diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2012-10-20 01:02:45 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2012-10-20 01:02:45 +0100 |
commit | 509cf60140e5d757c79558a7b39145fe3c0cb2b5 (patch) | |
tree | 98f923a80cfa024cad77e0e03de3f5054b0d25be /protocols/msn/msn.h | |
parent | 6042a54e827b36770e8989d9a8ba49a66ec6f846 (diff) |
Some more removals. Using ifdefs instead of read deletions in Yahoo! dir to
not make merges too complicated (although upstream really seems dead at this
point :-/).
Diffstat (limited to 'protocols/msn/msn.h')
-rw-r--r-- | protocols/msn/msn.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/msn/msn.h b/protocols/msn/msn.h index 1dcb0071..eb5f7dd8 100644 --- a/protocols/msn/msn.h +++ b/protocols/msn/msn.h @@ -241,7 +241,6 @@ int msn_ns_sendmessage( struct im_connection *ic, struct bee_user *bu, const cha void msn_ns_oim_send_queue( struct im_connection *ic, GSList **msgq ); /* msn_util.c */ -int msn_logged_in( struct im_connection *ic ); int msn_buddy_list_add( struct im_connection *ic, msn_buddy_flags_t list, const char *who, const char *realname_, const char *group ); int msn_buddy_list_remove( struct im_connection *ic, msn_buddy_flags_t list, const char *who, const char *group ); void msn_buddy_ask( bee_user_t *bu ); |