diff options
author | dequis <dx@dxzone.com.ar> | 2015-03-13 06:28:36 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-04-10 14:10:41 -0300 |
commit | a4be2f6df564eea09612731be194278e4fb755e0 (patch) | |
tree | 746d86bfa3691d19395802101dddf95d6e106527 /protocols/msn/msn.h | |
parent | 3b09b38a6f8bd15e0971085f9c6a48c31d7f1c17 (diff) |
msn: add msn_queue_feed(), move read() out of msn_handler()
Diffstat (limited to 'protocols/msn/msn.h')
-rw-r--r-- | protocols/msn/msn.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/msn/msn.h b/protocols/msn/msn.h index 4052f7ef..7b1e0d26 100644 --- a/protocols/msn/msn.h +++ b/protocols/msn/msn.h @@ -247,6 +247,7 @@ int msn_buddy_list_add(struct im_connection *ic, msn_buddy_flags_t list, const c 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); +void msn_queue_feed(struct msn_data *h, char *bytes, int st); int msn_handler(struct msn_data *h); char *msn_p11_challenge(char *challenge); gint msn_domaintree_cmp(gconstpointer a_, gconstpointer b_); |