comparison src/protocols/yahoo/yahoo.c @ 6371:8f94cce8faa5

[gaim-migrate @ 6876] I think I touched almost every file. Here's what happened. I started off fixing up the Makefile.am and configure.ac files to help with the core/UI split some. Then I got annoyed with the build_{allow,deny}_list() functions that everything used, and decided to core/UI split privacy. While doing that, I decided to redesign the dialog. So now, a lot has changed, but not really so much. Just that most files got affected. Oh yeah, and the UI stuff was taken out of internal.h and moved to gtkinternal.h. If you use this, please be aware of this change. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 05 Aug 2003 10:55:04 +0000
parents 3613007cbb6e
children fb64cc87bc96
comparison
equal deleted inserted replaced
6370:a4b83df2165b 6371:8f94cce8faa5
34 #include "html.h" 34 #include "html.h"
35 35
36 #include "md5.h" 36 #include "md5.h"
37 37
38 /* XXX */ 38 /* XXX */
39 #include "gaim.h" 39 #include "gtkinternal.h"
40 #include "ui.h" 40 #include "ui.h"
41 41
42 extern char *yahoo_crypt(const char *, const char *); 42 extern char *yahoo_crypt(const char *, const char *);
43 43
44 /* #define YAHOO_DEBUG */ 44 /* #define YAHOO_DEBUG */
1464 /** summary */ 1464 /** summary */
1465 N_("Yahoo Protocol Plugin"), 1465 N_("Yahoo Protocol Plugin"),
1466 /** description */ 1466 /** description */
1467 N_("Yahoo Protocol Plugin"), 1467 N_("Yahoo Protocol Plugin"),
1468 NULL, /**< author */ 1468 NULL, /**< author */
1469 WEBSITE, /**< homepage */ 1469 GAIM_WEBSITE, /**< homepage */
1470 1470
1471 NULL, /**< load */ 1471 NULL, /**< load */
1472 NULL, /**< unload */ 1472 NULL, /**< unload */
1473 NULL, /**< destroy */ 1473 NULL, /**< destroy */
1474 1474