aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/nogaim.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/nogaim.h')
-rw-r--r--protocols/nogaim.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/protocols/nogaim.h b/protocols/nogaim.h
index 40b1ed7b..f5b1f212 100644
--- a/protocols/nogaim.h
+++ b/protocols/nogaim.h
@@ -270,6 +270,20 @@ struct prpl {
void *resv5;
};
+struct plugin_info
+{
+ guint abiver;
+ const char *name;
+ const char *version;
+ const char *description;
+ const char *author;
+ const char *url;
+};
+
+#ifdef WITH_PLUGINS
+G_MODULE_EXPORT GList *get_plugins();
+#endif
+
/* im_api core stuff. */
void nogaim_init();
G_MODULE_EXPORT GSList *get_connections();