Changeset d2411a1 for protocols/msn/ns.c


Ignore:
Timestamp:
2015-05-31T02:40:04Z (9 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/ns.c

    r074c9b6 rd2411a1  
    198198}
    199199
    200 int msn_ns_command(struct msn_data *md, char **cmd, int num_parts)
     200int msn_ns_command(struct msn_data *md, char **cmd, int num_parts, char *msg, int msglen)
    201201{
    202202        struct im_connection *ic = md->ic;
Note: See TracChangeset for help on using the changeset viewer.