diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-05-23 09:45:14 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-05-23 09:45:14 +0200 |
commit | 226fce105c1189bde1aa321b494494d49b463e90 (patch) | |
tree | c0064ebc75d0b100d91ac53a8bfcc6f503dcbafa /protocols/nogaim.h | |
parent | 73cf7fd5f066d3c0720f58af840affa3e61bad12 (diff) |
Some changes for im_api. (bim_* functions)
Diffstat (limited to 'protocols/nogaim.h')
-rw-r--r-- | protocols/nogaim.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/nogaim.h b/protocols/nogaim.h index 4251fbaa..3b55fe3b 100644 --- a/protocols/nogaim.h +++ b/protocols/nogaim.h @@ -193,11 +193,11 @@ G_MODULE_EXPORT struct prpl *find_protocol(const char *name); G_MODULE_EXPORT void register_protocol(struct prpl *); /* nogaim.c */ -int serv_send_im(irc_t *irc, user_t *u, char *msg, int flags); -int serv_send_chat(irc_t *irc, struct gaim_connection *gc, int id, char *msg ); +int bim_set_away( struct gaim_connection *gc, char *away ); +int bim_buddy_msg( struct gaim_connection *gc, char *handle, char *msg, int flags ); +int bim_chat_msg( struct gaim_connection *gc, int id, char *msg ); void nogaim_init(); -int proto_away( struct gaim_connection *gc, char *away ); char *set_eval_away_devoice( irc_t *irc, set_t *set, char *value ); gboolean auto_reconnect( gpointer data ); |