diff options
author | Marius Halden <marius.h@lden.org> | 2016-11-21 09:32:54 +0100 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2016-11-21 09:32:54 +0100 |
commit | 434336755175aa390c64e34206b58b8954b3fffe (patch) | |
tree | 02d406c2e8ce3f3281b39c6577965685f4d795d6 /protocols/nogaim.h | |
parent | 08e1027c558a25b0b4f9410048c185e89c7b347a (diff) | |
parent | 5a8afc3f24a5308799d3960cab5726228345022d (diff) |
Merge branch 'master' into patched-master
Diffstat (limited to 'protocols/nogaim.h')
-rw-r--r-- | protocols/nogaim.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols/nogaim.h b/protocols/nogaim.h index 3aa89c3b..8e6c9d5a 100644 --- a/protocols/nogaim.h +++ b/protocols/nogaim.h @@ -158,9 +158,6 @@ typedef enum { /* The protocol is not suitable for OTR, see OPT_NOOTR */ PRPL_OPT_NOOTR = 1 << 12, - - /* This prpl is a placeholder for a missing protocol */ - PRPL_OPT_UNKNOWN_PROTOCOL = 1 << 13, } prpl_options_t; struct prpl { @@ -323,7 +320,6 @@ G_MODULE_EXPORT GList *get_protocols_disabled(); G_MODULE_EXPORT GSList *get_connections(); G_MODULE_EXPORT struct prpl *find_protocol(const char *name); G_MODULE_EXPORT gboolean is_protocol_disabled(const char *name); -G_MODULE_EXPORT struct prpl *make_unknown_protocol(const char *name); G_MODULE_EXPORT char *explain_unknown_protocol(const char *name); /* When registering a new protocol, you should allocate space for a new prpl * struct, initialize it (set the function pointers to point to your |