diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2012-10-20 00:16:52 +0100 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2012-10-20 00:16:52 +0100 | 
| commit | 386042c08547bbe7f0b62ad97cdd8488cc13e97e (patch) | |
| tree | 592ee099b5f90ec999a6862ace21fbc7a8d5aa0c /protocols/yahoo/libyahoo2.c | |
| parent | 0eb971a6d1a996fbb76eae815145a88abebad75d (diff) | |
Removing some more cruft now that I've (re)discovered ld garbage collection.
Mostly stuff related to obsolete Y!MSG login obfuscation schemes.
Diffstat (limited to 'protocols/yahoo/libyahoo2.c')
| -rw-r--r-- | protocols/yahoo/libyahoo2.c | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/yahoo/libyahoo2.c b/protocols/yahoo/libyahoo2.c index ca2a161e..27a6aac2 100644 --- a/protocols/yahoo/libyahoo2.c +++ b/protocols/yahoo/libyahoo2.c @@ -82,7 +82,6 @@ char *strchr (), *strrchr ();  #include "yahoo2.h"  #include "yahoo_httplib.h"  #include "yahoo_util.h" -#include "yahoo_fn.h"  #include "yahoo2_callbacks.h"  #include "yahoo_debug.h" @@ -430,8 +429,6 @@ static int count_inputs_with_id(int id)  	return c;  } -extern char *yahoo_crypt(char *, char *); -  /* Free a buddy list */  static void yahoo_free_buddies(YList *list)  {  | 
