Changeset 37471
- Timestamp:
- Mar 26, 2016, 8:39:11 PM (5 years ago)
- Location:
- titan/plugins/tithek
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/tithek_global.h
r37469 r37471 84 84 else if(ostrstr(tmplink, "vidzi") != NULL) 85 85 streamurl = vidzi(url); 86 else if(ostrstr(tmplink, "vid.ag") != NULL) 87 streamurl = vidag(url); 86 88 else 87 89 { -
titan/plugins/tithek/tithek_header.h
r37469 r37471 116 116 char* p2pcast(char* link); 117 117 char* vidzi(char* link); 118 char* vidag(char* link); 118 119 char* streamlive(char* link, int incount); 119 120 char* cricfree(char* link, int incount);
Note: See TracChangeset
for help on using the changeset viewer.