Changeset 386042c for protocols/yahoo


Ignore:
Timestamp:
2012-10-19T23:16:52Z (12 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
6042a54
Parents:
0eb971a
Message:

Removing some more cruft now that I've (re)discovered ld garbage collection.
Mostly stuff related to obsolete Y!MSG login obfuscation schemes.

Location:
protocols/yahoo
Files:
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • protocols/yahoo/Makefile

    r0eb971a r386042c  
    1313
    1414# [SH] Program variables
    15 objects = yahoo.o crypt.o libyahoo2.o yahoo_fn.o yahoo_httplib.o yahoo_util.o
     15objects = yahoo.o libyahoo2.o yahoo_httplib.o yahoo_util.o
    1616
    1717CFLAGS += -DSTDC_HEADERS -DHAVE_STRING_H -DHAVE_STRCHR -DHAVE_MEMCPY -DHAVE_GLIB
  • protocols/yahoo/libyahoo2.c

    r0eb971a r386042c  
    8383#include "yahoo_httplib.h"
    8484#include "yahoo_util.h"
    85 #include "yahoo_fn.h"
    8685
    8786#include "yahoo2_callbacks.h"
     
    430429        return c;
    431430}
    432 
    433 extern char *yahoo_crypt(char *, char *);
    434431
    435432/* Free a buddy list */
Note: See TracChangeset for help on using the changeset viewer.