Changeset 386042c for protocols/yahoo
- Timestamp:
- 2012-10-19T23:16:52Z (12 years ago)
- Branches:
- master
- Children:
- 6042a54
- Parents:
- 0eb971a
- Location:
- protocols/yahoo
- Files:
-
- 3 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/yahoo/Makefile
r0eb971a r386042c 13 13 14 14 # [SH] Program variables 15 objects = yahoo.o crypt.o libyahoo2.o yahoo_fn.o yahoo_httplib.o yahoo_util.o15 objects = yahoo.o libyahoo2.o yahoo_httplib.o yahoo_util.o 16 16 17 17 CFLAGS += -DSTDC_HEADERS -DHAVE_STRING_H -DHAVE_STRCHR -DHAVE_MEMCPY -DHAVE_GLIB -
protocols/yahoo/libyahoo2.c
r0eb971a r386042c 83 83 #include "yahoo_httplib.h" 84 84 #include "yahoo_util.h" 85 #include "yahoo_fn.h"86 85 87 86 #include "yahoo2_callbacks.h" … … 430 429 return c; 431 430 } 432 433 extern char *yahoo_crypt(char *, char *);434 431 435 432 /* Free a buddy list */
Note: See TracChangeset
for help on using the changeset viewer.