diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-08-20 00:42:11 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-08-20 00:42:11 +0100 |
commit | bad41f567bd8b8e04d092e8e6771fee74b205032 (patch) | |
tree | 6895c70705eabfe0543835a0f012a373f527d1b6 /protocols/nogaim.h | |
parent | acd7959038aa74be7e4c05a206ba2882b15fd16b (diff) |
libpurple: Fix typing notifications (in and out). Closes #671.
Diffstat (limited to 'protocols/nogaim.h')
-rw-r--r-- | protocols/nogaim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/nogaim.h b/protocols/nogaim.h index be67bb24..3407236f 100644 --- a/protocols/nogaim.h +++ b/protocols/nogaim.h @@ -309,7 +309,7 @@ G_MODULE_EXPORT struct buddy *imcb_find_buddy( struct im_connection *ic, char *h G_MODULE_EXPORT void imcb_rename_buddy( struct im_connection *ic, const char *handle, const char *realname ); G_MODULE_EXPORT void imcb_buddy_nick_hint( struct im_connection *ic, const char *handle, const char *nick ); -G_MODULE_EXPORT void imcb_buddy_typing( struct im_connection *ic, char *handle, uint32_t flags ); +G_MODULE_EXPORT void imcb_buddy_typing( struct im_connection *ic, const char *handle, uint32_t flags ); G_MODULE_EXPORT struct bee_user *imcb_buddy_by_handle( struct im_connection *ic, const char *handle ); G_MODULE_EXPORT void imcb_clean_handle( struct im_connection *ic, char *handle ); |