Changeset f6c963b for protocols/nogaim.h
- Timestamp:
- 2007-04-21T04:13:21Z (17 years ago)
- Branches:
- master
- Children:
- d11dd2f
- Parents:
- b0eaa5b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.h
rb0eaa5b rf6c963b 134 134 void (* logout) (struct im_connection *); 135 135 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); 137 137 void (* set_away) (struct im_connection *, char *state, char *message); 138 138 void (* get_away) (struct im_connection *, char *who); … … 160 160 void (* chat_invite) (struct groupchat *, char *who, char *message); 161 161 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); 163 163 struct groupchat * 164 164 (* chat_with) (struct im_connection *, char *who); … … 175 175 void nogaim_init(); 176 176 G_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 *);177 G_MODULE_EXPORT struct prpl *find_protocol( const char *name ); 178 G_MODULE_EXPORT void register_protocol( struct prpl * ); 179 179 180 180 /* Connection management. */
Note: See TracChangeset
for help on using the changeset viewer.