diff src/gaim.h @ 5580:86456ec3ca25

[gaim-migrate @ 5984] More nifty stuff! Accounts now get converted, and other niceties. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 31 May 2003 02:27:03 +0000
parents 9eb5b13fd412
children 960fe32ea9b7
line wrap: on
line diff
--- a/src/gaim.h	Sat May 31 02:20:09 2003 +0000
+++ b/src/gaim.h	Sat May 31 02:27:03 2003 +0000
@@ -193,7 +193,6 @@
 extern char *opt_rcfile_arg;
 extern int opt_debug;
 
-extern GSList *gaim_accounts;
 extern GSList *message_queue;
 extern GSList *unread_message_queue;
 extern GSList *away_time_queue;
@@ -201,19 +200,6 @@
 /* Functions in main.c */
 extern void do_quit();
 
-/* Functions in gtkblist.c */
-extern void signoff(GaimConnection *);
-
-/* Functions in buddy_chat.c */
-#if 0
-extern void show_new_buddy_chat(struct gaim_conversation *);
-extern void chat_set_topic(struct gaim_conversation*, char*, char*);
-/*extern void add_chat_buddy(struct gaim_conversation *, char *);*/
-extern void add_chat_buddy(struct gaim_conversation *, char *, char *);
-extern void rename_chat_buddy(struct gaim_conversation *, char *, char *);
-extern void remove_chat_buddy(struct gaim_conversation *, char *, char *);
-#endif
-
 /* Functions in dialogs.c */
 extern void g_show_info_text(GaimConnection *, const char *, int, const char *, ...);
 extern void show_change_passwd(GaimConnection *);