diff src/gaim.h @ 2345:a49e8f1afbc4

[gaim-migrate @ 2358] you say potato, i say potato you say tomato, i say tomato potato, potato tomato, tomato let's call the whole thing off. *sigh*. it just doesn't work as well when it's typed. but you wouldn't want to hear me sing it. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 22 Sep 2001 09:14:27 +0000
parents b53cd5b63a99
children 84823e04dcf7
line wrap: on
line diff
--- a/src/gaim.h	Sat Sep 22 07:02:30 2001 +0000
+++ b/src/gaim.h	Sat Sep 22 09:14:27 2001 +0000
@@ -212,6 +212,7 @@
 	event_draw_menu,
 	event_im_displayed_sent,
 	event_im_displayed_rcvd,
+	event_chat_send_invite,
 	/* any others? it's easy to add... */
 };
 
@@ -810,7 +811,6 @@
 extern void gaim_signal_disconnect(GModule *, enum gaim_event, void *);
 extern void gaim_plugin_unload(GModule *);
 #endif
-extern char *event_name(enum gaim_event);
 extern int plugin_event(enum gaim_event, void *, void *, void *, void *);
 extern void remove_all_plugins();