Ignore:
Timestamp:
2015-05-31T02:40:04Z (8 years ago)
Author:
dequis <dx@…>
Children:
d2411a1
Parents:
767b2d1
git-author:
dequis <dx@…> (10-04-15 11:33:58)
git-committer:
dequis <dx@…> (31-05-15 02:40:04)
Message:

msn: remove fd parameter from msn_ns_write

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn.h

    r767b2d1 r074c9b6  
    217217
    218218/* ns.c */
    219 int msn_ns_write(struct im_connection *ic, int fd, const char *fmt, ...) G_GNUC_PRINTF(3, 4);
     219int msn_ns_write(struct im_connection *ic, const char *fmt, ...) G_GNUC_PRINTF(2, 3);
    220220gboolean msn_ns_connect(struct im_connection *ic, const char *host, int port);
    221221void msn_ns_close(struct msn_data *handler);
Note: See TracChangeset for help on using the changeset viewer.