From 808825eda6d90aeabd754f70eee52e2b0165749e Mon Sep 17 00:00:00 2001 From: jgeboski Date: Sun, 15 May 2016 16:40:15 -0400 Subject: Show the enabled/disabled protocols in the 'plugins' command output --- protocols/nogaim.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols/nogaim.h') 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); -- cgit v1.2.3