Changeset 3f44e43 for protocols/nogaim.h


Ignore:
Timestamp:
2016-11-21T07:49:26Z (8 years ago)
Author:
dequis <dx@…>
Children:
7a9d968
Parents:
537d9b9 (diff), 5a8afc3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into parson

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.h

    r537d9b9 r3f44e43  
    327327G_MODULE_EXPORT struct prpl *find_protocol(const char *name);
    328328G_MODULE_EXPORT gboolean is_protocol_disabled(const char *name);
     329G_MODULE_EXPORT char *explain_unknown_protocol(const char *name);
    329330/* When registering a new protocol, you should allocate space for a new prpl
    330331 * struct, initialize it (set the function pointers to point to your
Note: See TracChangeset for help on using the changeset viewer.