Changeset 074c9b6 for protocols/msn/msn.h
- Timestamp:
- 2015-05-31T02:40:04Z (8 years ago)
- Children:
- d2411a1
- Parents:
- 767b2d1
- git-author:
- dequis <dx@…> (10-04-15 11:33:58)
- git-committer:
- dequis <dx@…> (31-05-15 02:40:04)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/msn/msn.h
r767b2d1 r074c9b6 217 217 218 218 /* ns.c */ 219 int msn_ns_write(struct im_connection *ic, int fd, const char *fmt, ...) G_GNUC_PRINTF(3, 4);219 int msn_ns_write(struct im_connection *ic, const char *fmt, ...) G_GNUC_PRINTF(2, 3); 220 220 gboolean msn_ns_connect(struct im_connection *ic, const char *host, int port); 221 221 void msn_ns_close(struct msn_data *handler);
Note: See TracChangeset
for help on using the changeset viewer.