diff src/core.h @ 2993:7239a392486c

[gaim-migrate @ 3006] 0.53 :) committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sat, 02 Mar 2002 04:52:21 +0000
parents 4ed6fb39870b
children 1bd472b7f7a2
line wrap: on
line diff
--- a/src/core.h	Sat Mar 02 01:37:01 2002 +0000
+++ b/src/core.h	Sat Mar 02 04:52:21 2002 +0000
@@ -84,6 +84,7 @@
 	event_im_displayed_sent,
 	event_im_displayed_rcvd,
 	event_chat_send_invite,
+	event_got_typing,
 	/* any others? it's easy to add... */
 };
 
@@ -192,6 +193,8 @@
 /* Functions in server.c */
 extern void serv_got_update(struct gaim_connection *, char *, int, int, time_t, time_t, int, guint);
 extern void serv_got_im(struct gaim_connection *, char *, char *, guint32, time_t, gint);
+extern void serv_got_typing(struct gaim_connection *, char *, int);
+extern void serv_got_typing_stopped(struct gaim_connection *, char *);
 extern void serv_got_eviled(struct gaim_connection *, char *, int);
 extern void serv_got_chat_invite(struct gaim_connection *, char *, char *, char *, GList *);
 extern struct conversation *serv_got_joined_chat(struct gaim_connection *, int, char *);