libpurple/server.h

branch
soc.2007.msimprpl
changeset 19170
7991a8286ca9
parent 16262
1d9b65303dfc
child 19172
8f2078d3cf31
--- a/libpurple/server.h	Mon Aug 13 01:36:30 2007 +0000
+++ b/libpurple/server.h	Mon Aug 13 05:59:24 2007 +0000
@@ -67,6 +67,7 @@
 int  serv_chat_send(PurpleConnection *, int, const char *, PurpleMessageFlags flags);
 void serv_alias_buddy(PurpleBuddy *);
 void serv_got_alias(PurpleConnection *gc, const char *who, const char *alias);
+void serv_got_attention(PurpleConnection *gc, const char *who, PurpleAttentionType *attn, gboolean incoming);
 
 /**
  * Receive a typing message from a remote user.  Either PURPLE_TYPING

mercurial