Ignore:
Timestamp:
2015-05-31T02:40:04Z (8 years ago)
Author:
dequis <dx@…>
Children:
95fdf22
Parents:
074c9b6
git-author:
dequis <dx@…> (11-04-15 20:17:30)
git-committer:
dequis <dx@…> (31-05-15 02:40:04)
Message:

msn: all commands have a payload size now, simplify parsing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn.h

    r074c9b6 rd2411a1  
    225225int msn_ns_send_typing(struct im_connection *ic, struct bee_user *bu);
    226226int msn_ns_send_message(struct im_connection *ic, struct bee_user *bu, const char *text);
    227 int msn_ns_command(struct msn_data *md, char **cmd, int num_parts);
     227int msn_ns_command(struct msn_data *md, char **cmd, int num_parts, char *msg, int msglen);
    228228int msn_ns_message(struct msn_data *md, char *msg, int msglen, char **cmd, int num_parts);
    229229
Note: See TracChangeset for help on using the changeset viewer.