diff src/plugin.h @ 6928:6ed0a1c045b4

[gaim-migrate @ 7475] Added support for invisible plugins. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 24 Sep 2003 01:28:33 +0000
parents 7dba3e17cb21
children cf1126ba1834
line wrap: on
line diff
--- a/src/plugin.h	Wed Sep 24 01:23:47 2003 +0000
+++ b/src/plugin.h	Wed Sep 24 01:28:33 2003 +0000
@@ -49,6 +49,8 @@
 #define GAIM_PRIORITY_HIGHEST  9999
 #define GAIM_PRIORITY_LOWEST  -9999
 
+#define GAIM_PLUGIN_FLAG_INVISIBLE 0x01
+
 /**
  * Detailed information about a plugin.
  *