diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-07 00:22:33 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-07 00:22:33 +0000 |
commit | 58adb7e800db87c1e38b810c288f1455654dab3d (patch) | |
tree | 49cabc3f6a615a5ef10b2b06a423e0fd449fb91f /protocols/nogaim.h | |
parent | 34fbbf9c6a80ea7bf5e371c6d36c6ed596b15bd7 (diff) |
Added global and per-account settings "away" and "status" so the user can
set these things individually.
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 80f8ed40..4fc32281 100644 --- a/protocols/nogaim.h +++ b/protocols/nogaim.h @@ -313,7 +313,7 @@ G_MODULE_EXPORT void imcb_chat_topic( struct groupchat *c, char *who, char *topi G_MODULE_EXPORT void imcb_chat_free( struct groupchat *c ); /* Actions, or whatever. */ -int imc_set_away( struct im_connection *ic, char *away ); +int imc_away_send_update( struct im_connection *ic ); int imc_buddy_msg( struct im_connection *ic, char *handle, char *msg, int flags ); int imc_chat_msg( struct groupchat *c, char *msg, int flags ); |