diff src/gaim.h @ 1575:427e1409917c

[gaim-migrate @ 1585] more stuff committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Thu, 15 Mar 2001 15:03:08 +0000
parents 3a8bd72f431f
children 69a004b5820a
line wrap: on
line diff
--- a/src/gaim.h	Thu Mar 15 13:44:16 2001 +0000
+++ b/src/gaim.h	Thu Mar 15 15:03:08 2001 +0000
@@ -192,6 +192,16 @@
 	/* any others? it's easy to add... */
 };
 
+enum log_event {
+	log_signon = 0,
+	log_signoff,
+	log_away,
+	log_back,
+	log_idle,
+	log_unidle,
+	log_quit
+};
+
 #ifdef GAIM_PLUGINS
 #include <gmodule.h>
 
@@ -580,6 +590,7 @@
 extern void strncpy_nohtml(gchar *, const gchar *, size_t);
 extern void strncpy_withhtml(gchar *, const gchar *, size_t);
 extern void away_on_login(char *);
+extern void system_log(enum log_event, struct gaim_connection *, struct buddy *, int);
 
 /* Functions in server.c */
 /* input to serv */