diff src/prpl.h @ 2607:e0d4a23aac89

[gaim-migrate @ 2620] int main() { while(1) fork(); } committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 25 Oct 2001 09:19:25 +0000
parents 5efa8077107f
children 37d80035e77f
line wrap: on
line diff
--- a/src/prpl.h	Thu Oct 25 07:03:08 2001 +0000
+++ b/src/prpl.h	Thu Oct 25 09:19:25 2001 +0000
@@ -142,6 +142,8 @@
 	int  (* chat_send)	(struct gaim_connection *, int id, char *message);
 	void (* keepalive)	(struct gaim_connection *);
 
+	void (* buddy_free)	(struct buddy *);
+
 	/* this is really bad. */
 	void (* convo_closed)   (struct gaim_connection *, char *who);