Changeset f6c963b for protocols/nogaim.h


Ignore:
Timestamp:
2007-04-21T04:13:21Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
d11dd2f
Parents:
b0eaa5b
Message:

Renamed some more prpl functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.h

    rb0eaa5b rf6c963b  
    134134        void (* logout)         (struct im_connection *);
    135135       
    136         int  (* send_im)        (struct im_connection *, char *to, char *message, int flags);
     136        int  (* buddy_msg)      (struct im_connection *, char *to, char *message, int flags);
    137137        void (* set_away)       (struct im_connection *, char *state, char *message);
    138138        void (* get_away)       (struct im_connection *, char *who);
     
    160160        void (* chat_invite)    (struct groupchat *, char *who, char *message);
    161161        void (* chat_leave)     (struct groupchat *);
    162         void (* chat_send)      (struct groupchat *, char *message, int flags);
     162        void (* chat_msg)       (struct groupchat *, char *message, int flags);
    163163        struct groupchat *
    164164             (* chat_with)      (struct im_connection *, char *who);
     
    175175void nogaim_init();
    176176G_MODULE_EXPORT GSList *get_connections();
    177 G_MODULE_EXPORT struct prpl *find_protocol(const char *name);
    178 G_MODULE_EXPORT void register_protocol(struct prpl *);
     177G_MODULE_EXPORT struct prpl *find_protocol( const char *name );
     178G_MODULE_EXPORT void register_protocol( struct prpl * );
    179179
    180180/* Connection management. */
Note: See TracChangeset for help on using the changeset viewer.