Changeset 58adb7e for protocols/nogaim.h


Ignore:
Timestamp:
2010-03-07T00:22:33Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
68198e9
Parents:
34fbbf9
Message:

Added global and per-account settings "away" and "status" so the user can
set these things individually.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.h

    r34fbbf9 r58adb7e  
    314314
    315315/* Actions, or whatever. */
    316 int imc_set_away( struct im_connection *ic, char *away );
     316int imc_away_send_update( struct im_connection *ic );
    317317int imc_buddy_msg( struct im_connection *ic, char *handle, char *msg, int flags );
    318318int imc_chat_msg( struct groupchat *c, char *msg, int flags );
Note: See TracChangeset for help on using the changeset viewer.