diff src/plugin.h @ 6486:fab81e4b885c

[gaim-migrate @ 7000] Added support for plugin dependencis. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 18 Aug 2003 01:37:17 +0000
parents 70d5122bc3ff
children 41120df7ed94
line wrap: on
line diff
--- a/src/plugin.h	Mon Aug 18 01:03:43 2003 +0000
+++ b/src/plugin.h	Mon Aug 18 01:37:17 2003 +0000
@@ -47,8 +47,6 @@
 #define GAIM_PRIORITY_HIGHEST  9999
 #define GAIM_PRIORITY_LOWEST  -9999
 
-#define GAIM_PLUGIN_ID_UNSET { 0, 0, 0, 0 }
-
 /**
  * Detailed information about a plugin.
  *
@@ -200,7 +198,7 @@
  * Reloads a plugin.
  *
  * @param plugin The old plugin handle.
- * 
+ *
  * @return @c TRUE if successful, or @c FALSE otherwise.
  *
  * @see gaim_plugin_load()
@@ -244,7 +242,6 @@
  */
 void gaim_plugins_unload_all(void);
 
-
 /**
  * Destroys all registered plugins.
  */