Changeset 4c29622
- Timestamp:
- 2015-12-11T02:41:35Z (9 years ago)
- Branches:
- master
- Children:
- 3a620ff
- Parents:
- 977a9d5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/nogaim.h
r977a9d5 r4c29622 322 322 G_MODULE_EXPORT void imcb_add_buddy(struct im_connection *ic, const char *handle, const char *group); 323 323 G_MODULE_EXPORT void imcb_remove_buddy(struct im_connection *ic, const char *handle, char *group); 324 G_MODULE_EXPORT struct buddy *imcb_find_buddy(struct im_connection *ic, char *handle);325 324 G_MODULE_EXPORT void imcb_rename_buddy(struct im_connection *ic, const char *handle, const char *realname); 326 325 G_MODULE_EXPORT void imcb_buddy_nick_hint(struct im_connection *ic, const char *handle, const char *nick);
Note: See TracChangeset
for help on using the changeset viewer.