Ignore:
Timestamp:
2010-07-24T10:57:08Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
78e2eb7
Parents:
c36f73b
Message:

Merge complete. It still logs in...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/yahoo/yahoo2.h

    rc36f73b r9034ba0  
    5151#include "yahoo2_types.h"
    5252
    53 /* returns the socket descriptor for a given pager connection. shouldn't be needed */
    54 int  yahoo_get_fd(int id);
     53/* returns the socket descriptor object for a given pager connection. shouldn't be needed */
     54        void *yahoo_get_fd(int id);
    5555
    5656/* says how much logging to do */
    5757/* see yahoo2_types.h for the different values */
    58 int yahoo_set_log_level(enum yahoo_log_level level);
    59 enum yahoo_log_level  yahoo_get_log_level( void );
     58        int yahoo_set_log_level(enum yahoo_log_level level);
     59        enum yahoo_log_level yahoo_get_log_level(void);
    6060
    6161/* these functions should be self explanatory */
     
    222222/* registered by ext_yahoo_add_handler */
    223223/* if these return negative values, errno may be set */
    224 int  yahoo_read_ready(int id, int fd, void *data);
    225 int  yahoo_write_ready(int id, int fd, void *data);
     224        int yahoo_read_ready(int id, void *fd, void *data);
     225        int yahoo_write_ready(int id, void *fd, void *data);
    226226
    227227/* utility functions. these do not hit the server */
     
    240240        void yahoo_buddyicon_request(int id, const char *who);
    241241
    242         void yahoo_accept_buddy_ymsg13(int,const char*, const char*);
    243         void yahoo_reject_buddy_ymsg13(int,const char*, const char*, const char*);
    244 
    245242#include "yahoo_httplib.h"
    246243
Note: See TracChangeset for help on using the changeset viewer.