libpurple/plugin.h

branch
soc.2008.masterpassword
changeset 34091
9a23c6eaec25
parent 32787
7072f190d6ad
parent 34023
6bc30809f7fe
child 34116
825c98f8c7f6
--- a/libpurple/plugin.h	Wed Jan 04 02:49:34 2012 +0000
+++ b/libpurple/plugin.h	Wed Jan 04 02:50:07 2012 +0000
@@ -67,6 +67,7 @@
 #define PURPLE_PRIORITY_LOWEST  -9999
 
 #define PURPLE_PLUGIN_FLAG_INVISIBLE 0x01
+#define PURPLE_PLUGIN_FLAG_AUTOLOAD  0x02
 
 #define PURPLE_PLUGIN_MAGIC 5 /* once we hit 6.0.0 I think we can remove this */
 

mercurial