Changeset d2411a1 for protocols/msn/msn.h
- Timestamp:
- 2015-05-31T02:40:04Z (8 years ago)
- Children:
- 95fdf22
- Parents:
- 074c9b6
- git-author:
- dequis <dx@…> (11-04-15 20:17:30)
- git-committer:
- dequis <dx@…> (31-05-15 02:40:04)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/msn.h
r074c9b6 rd2411a1 225 225 int msn_ns_send_typing(struct im_connection *ic, struct bee_user *bu); 226 226 int 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 );227 int msn_ns_command(struct msn_data *md, char **cmd, int num_parts, char *msg, int msglen); 228 228 int msn_ns_message(struct msn_data *md, char *msg, int msglen, char **cmd, int num_parts); 229 229
Note: See TracChangeset
for help on using the changeset viewer.