diff options
author | jgeboski <jgeboski@gmail.com> | 2016-05-15 16:40:15 -0400 |
---|---|---|
committer | jgeboski <jgeboski@gmail.com> | 2016-05-25 22:48:08 -0400 |
commit | 808825eda6d90aeabd754f70eee52e2b0165749e (patch) | |
tree | eae6be0e9b5461cf28fe2560de14d714c0180f3a /protocols/nogaim.h | |
parent | d28fe1c4f463314a79f0a71f6f8a01db53e37253 (diff) |
Show the enabled/disabled protocols in the 'plugins' command output
Diffstat (limited to 'protocols/nogaim.h')
-rw-r--r-- | protocols/nogaim.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/nogaim.h b/protocols/nogaim.h index f5b1f212..e5569313 100644 --- a/protocols/nogaim.h +++ b/protocols/nogaim.h @@ -286,6 +286,8 @@ G_MODULE_EXPORT GList *get_plugins(); /* im_api core stuff. */ void nogaim_init(); +G_MODULE_EXPORT GList *get_protocols(); +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); |