aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/nogaim.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2005-12-14 00:27:58 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2005-12-14 00:27:58 +0100
commit22bf64eab8a79352317ee190cddfeef3011aa8dc (patch)
tree588aeb197e2b24660c2813866270f8e780903da0 /protocols/nogaim.h
parent6aaa2213588f7c4c00a68c5622f6974679eaf196 (diff)
parente7f46c56ffa29c6f8f4917c5f367a61706758e2a (diff)
Improved typing notification support. (from f0rked)
Diffstat (limited to 'protocols/nogaim.h')
-rw-r--r--protocols/nogaim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/nogaim.h b/protocols/nogaim.h
index 5fc9aca5..829a96c0 100644
--- a/protocols/nogaim.h
+++ b/protocols/nogaim.h
@@ -299,7 +299,7 @@ G_MODULE_EXPORT void show_got_added( struct gaim_connection *gc, char *id, char
/* server.c */
G_MODULE_EXPORT void serv_got_update( struct gaim_connection *gc, char *handle, int loggedin, int evil, time_t signon, time_t idle, int type, guint caps );
G_MODULE_EXPORT void serv_got_im( struct gaim_connection *gc, char *handle, char *msg, guint32 flags, time_t mtime, gint len );
-G_MODULE_EXPORT void serv_got_typing( struct gaim_connection *gc, char *handle, int timeout );
+G_MODULE_EXPORT void serv_got_typing( struct gaim_connection *gc, char *handle, int timeout, int type );
G_MODULE_EXPORT void serv_got_chat_invite( struct gaim_connection *gc, char *handle, char *who, char *msg, GList *data );
G_MODULE_EXPORT struct conversation *serv_got_joined_chat( struct gaim_connection *gc, int id, char *handle );
G_MODULE_EXPORT void serv_got_chat_in( struct gaim_connection *gc, int id, char *who, int whisper, char *msg, time_t mtime );