diff src/plugin.h @ 10479:12460aa2c820

[gaim-migrate @ 11766] grim made me do it committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 06 Jan 2005 06:16:50 +0000
parents 577fdf4110fc
children 1a97d5e88d12
line wrap: on
line diff
--- a/src/plugin.h	Thu Jan 06 05:49:36 2005 +0000
+++ b/src/plugin.h	Thu Jan 06 06:16:50 2005 +0000
@@ -193,10 +193,6 @@
 extern "C" {
 #endif
 
-
-void *gaim_plugins_get_handle(void);
-
-
 /**************************************************************************/
 /** @name Plugin API                                                      */
 /**************************************************************************/
@@ -517,6 +513,29 @@
 
 /*@}*/
 
+/**************************************************************************/
+/** @name Plugins SubSytem API                                            */
+/**************************************************************************/
+/*@{*/
+
+/**
+ * Returns the plugin subsystem handle.
+ *
+ * @return The plugin sybsystem handle.
+ */
+void *gaim_plugins_get_handle(void);
+
+/**
+ * Initializes the plugin subsystem
+ */
+void gaim_plugins_init(void);
+
+/**
+ * Uninitializes the plugin subsystem
+ */
+void gaim_plugins_uninit(void);
+
+/*@}*/
 
 /**
  * Allocates and returns a new GaimPluginAction.