diff src/gaim.h @ 3708:da6e3c984985

[gaim-migrate @ 3841] host mask on join thanks to birme (required change to the function) committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 15 Oct 2002 22:27:57 +0000
parents f09193608fd3
children d85208a99af2
line wrap: on
line diff
--- a/src/gaim.h	Tue Oct 15 20:02:14 2002 +0000
+++ b/src/gaim.h	Tue Oct 15 22:27:57 2002 +0000
@@ -363,7 +363,8 @@
 /* Functions in buddy_chat.c */
 extern void show_new_buddy_chat(struct conversation *);
 extern void chat_set_topic(struct conversation*, char*, char*);
-extern void add_chat_buddy(struct conversation *, char *);
+/*extern void add_chat_buddy(struct conversation *, char *);*/
+extern void add_chat_buddy(struct conversation *, char *, char *);
 extern void rename_chat_buddy(struct conversation *, char *, char *);
 extern void remove_chat_buddy(struct conversation *, char *, char *);