diff options
Diffstat (limited to 'protocols/msn/msn.h')
-rw-r--r-- | protocols/msn/msn.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/msn/msn.h b/protocols/msn/msn.h index c4517b78..a3894242 100644 --- a/protocols/msn/msn.h +++ b/protocols/msn/msn.h @@ -217,7 +217,6 @@ void msn_auth_got_passport_token(struct im_connection *ic, const char *token, co void msn_auth_got_contact_list(struct im_connection *ic); int msn_ns_finish_login(struct im_connection *ic); int msn_ns_sendmessage(struct im_connection *ic, struct bee_user *bu, const char *text); -void msn_ns_oim_send_queue(struct im_connection *ic, GSList **msgq); int msn_ns_command(struct msn_data *md, char **cmd, int num_parts); int msn_ns_message(struct msn_data *md, char *msg, int msglen, char **cmd, int num_parts); @@ -228,7 +227,6 @@ int msn_buddy_list_remove(struct im_connection *ic, msn_buddy_flags_t list, cons void msn_buddy_ask(bee_user_t *bu); char **msn_linesplit(char *line); int msn_handler(struct msn_data *h); -void msn_msgq_purge(struct im_connection *ic, GSList **list); char *msn_p11_challenge(char *challenge); gint msn_domaintree_cmp(gconstpointer a_, gconstpointer b_); struct msn_group *msn_group_by_name(struct im_connection *ic, const char *name); |