Changeset 226fce1 for protocols/nogaim.h


Ignore:
Timestamp:
2006-05-23T07:45:14Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
da3b536
Parents:
73cf7fd
Message:

Some changes for im_api. (bim_* functions)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.h

    r73cf7fd r226fce1  
    194194
    195195/* nogaim.c */
    196 int serv_send_im(irc_t *irc, user_t *u, char *msg, int flags);
    197 int serv_send_chat(irc_t *irc, struct gaim_connection *gc, int id, char *msg );
     196int bim_set_away( struct gaim_connection *gc, char *away );
     197int bim_buddy_msg( struct gaim_connection *gc, char *handle, char *msg, int flags );
     198int bim_chat_msg( struct gaim_connection *gc, int id, char *msg );
    198199
    199200void nogaim_init();
    200 int proto_away( struct gaim_connection *gc, char *away );
    201201char *set_eval_away_devoice( irc_t *irc, set_t *set, char *value );
    202202
Note: See TracChangeset for help on using the changeset viewer.