Changeset 4c29622 for protocols


Ignore:
Timestamp:
2015-12-11T02:41:35Z (8 years ago)
Author:
esainane <esainane+github@…>
Branches:
master
Children:
3a620ff
Parents:
977a9d5
Message:

Remove nonexistent forward declaration

imcb_find_buddy is mentioned only in nogaim.h, and is never defined anywhere.

This is misleading for plugin authors, who were probably looking for
(the actually implemented) imcb_buddy_by_handle instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.h

    r977a9d5 r4c29622  
    322322G_MODULE_EXPORT void imcb_add_buddy(struct im_connection *ic, const char *handle, const char *group);
    323323G_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);
    325324G_MODULE_EXPORT void imcb_rename_buddy(struct im_connection *ic, const char *handle, const char *realname);
    326325G_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.