Changeset 0b9daac for protocols/yahoo
- Timestamp:
- 2015-02-20T23:16:08Z (10 years ago)
- Parents:
- 5ebff60
- git-author:
- dequis <dx@…> (27-12-14 04:06:45)
- git-committer:
- dequis <dx@…> (20-02-15 23:16:08)
- Location:
- protocols/yahoo
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/yahoo/libyahoo2.c
r5ebff60 r0b9daac 76 76 #include <ctype.h> 77 77 78 #include " sha1.h"79 #include " md5.h"78 #include "lib/sha1.h" 79 #include "lib/md5.h" 80 80 #include "yahoo2.h" 81 81 #include "yahoo_httplib.h" … … 89 89 #endif 90 90 91 #include " base64.h"92 #include " http_client.h"91 #include "lib/base64.h" 92 #include "lib/http_client.h" 93 93 94 94 #ifdef USE_STRUCT_CALLBACKS -
protocols/yahoo/yahoo.c
r5ebff60 r0b9daac 28 28 #include <sys/stat.h> 29 29 #include <ctype.h> 30 #include " nogaim.h"30 #include "protocols/nogaim.h" 31 31 #include "yahoo2.h" 32 32 #include "yahoo2_callbacks.h"
Note: See TracChangeset
for help on using the changeset viewer.