Changeset 35507


Ignore:
Timestamp:
09/10/15 18:18:08 (9 years ago)
Author:
obi
Message:

fix warnings

Location:
titan
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tithek/flashx.h

    r34092 r35507  
    77        int debuglevel = getconfigint("debuglevel", NULL);
    88        char* tmphost = NULL, *tmppath = NULL, *tmpstr = NULL, *send = NULL, *streamlink = NULL, *ip = NULL;
    9         char* playurl = NULL, *tmpstr2 = NULL, *hash1tmp = NULL, *hash2tmp = NULL, *hash = NULL, *hash1 = NULL, *hash2 = NULL, *error = NULL, *cookie1 = NULL, *cookie2 = NULL, *cookie3 = NULL, *tmphost1 = NULL;
     9        char* playurl = NULL, *tmpstr2 = NULL, *hash = NULL, *error = NULL;
    1010        char* app = NULL, *playpath = NULL, *swfUrl = NULL, *pageUrl = NULL, *swfVfy = NULL;
    1111        char* tmplink = NULL, *pos = NULL, *path = NULL;
  • titan/plugins/tithek/nowtv.h

    r34612 r35507  
    77char* nowtv(char* link)
    88{
    9         char* ip = NULL, *pos = NULL, *path = NULL, *streamurl = NULL, *newlink = NULL, *newpath = NULL;
     9        char* ip = NULL, *pos = NULL, *path = NULL, *streamurl = NULL;
    1010
    1111        ip = string_replace("https://", "", (char*)link, 0);
  • titan/plugins/tithek/tithek_header.h

    r35474 r35507  
    33
    44char* gethttps(char* url, char* localfile, char* data, int flag);
     5int amazon_login();
    56void amazon_init(char* titheklink, char* tithekfile);
    67void amazon_deinit();
  • titan/titan/header.h

    r35337 r35507  
    790790void destroy();
    791791void htmldecode(char* to, char* from);
     792void htmldecode2(char* to, char* from);
    792793void setosdtransparent(int value);
    793794char* string_shortname(char *tmpfilename, int mode);
Note: See TracChangeset for help on using the changeset viewer.