diff options
author | dequis <dx@dxzone.com.ar> | 2015-03-09 05:26:16 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-04-10 14:10:40 -0300 |
commit | d5503584fb11fbe8b4eec3baba6fb6756c1fc4c0 (patch) | |
tree | 667c8f3334cb133c198c2e846c85ea25f6a968ac /protocols/msn/msn.h | |
parent | d80822c66f79471bc2e12167a14611dd3c49da65 (diff) |
msn: remove unsupported commands, OIMs and dead code
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); |