Changeset da3b536 for protocols/nogaim.h


Ignore:
Timestamp:
2006-05-23T08:09:16Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
a9ca7dd
Parents:
226fce1
Message:

Added bim_ functions for block/allow list management to keep gc->permit/deny
up-to-date at run-time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.h

    r226fce1 rda3b536  
    198198int bim_chat_msg( struct gaim_connection *gc, int id, char *msg );
    199199
     200void bim_add_allow( struct gaim_connection *gc, char *handle );
     201void bim_rem_allow( struct gaim_connection *gc, char *handle );
     202void bim_add_block( struct gaim_connection *gc, char *handle );
     203void bim_rem_block( struct gaim_connection *gc, char *handle );
     204
    200205void nogaim_init();
    201206char *set_eval_away_devoice( irc_t *irc, set_t *set, char *value );
Note: See TracChangeset for help on using the changeset viewer.