diff src/gaim.h @ 2820:b917845dad3c

[gaim-migrate @ 2833] remove chat reason committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 30 Nov 2001 21:16:28 +0000
parents 2d3f47783a22
children cd23279122ed
line wrap: on
line diff
--- a/src/gaim.h	Fri Nov 30 09:51:23 2001 +0000
+++ b/src/gaim.h	Fri Nov 30 21:16:28 2001 +0000
@@ -326,7 +326,7 @@
 extern void chat_set_topic(struct conversation*, char*, char*);
 extern void add_chat_buddy(struct conversation *, char *);
 extern void rename_chat_buddy(struct conversation *, char *, char *);
-extern void remove_chat_buddy(struct conversation *, char *);
+extern void remove_chat_buddy(struct conversation *, char *, char *);
 
 /* Functions in conversation.c */
 extern void write_to_conv(struct conversation *, char *, int, char *, time_t);