libpurple/plugin.h

branch
soc.2008.masterpassword
changeset 34018
303ae52b5882
parent 24569
5dbd0617a27d
parent 33977
3da7eb538e04
child 34021
25c14927f826
--- a/libpurple/plugin.h	Sat Jan 03 20:43:50 2009 +0000
+++ b/libpurple/plugin.h	Sat Jan 03 21:39:41 2009 +0000
@@ -62,6 +62,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