diff src/account.h @ 5872:059d95c67cda

[gaim-migrate @ 6304] The legendary Header File Cleanup! Files now only include what they need. This should reduce the number of files that must recompile when a header file changes. It's a lot nicer. Trust me on it. I also added a couple new header files. I hope I didn't break TOO much! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 14 Jun 2003 23:21:02 +0000
parents 758fa27534b3
children 964e4f94fc56
line wrap: on
line diff
--- a/src/account.h	Sat Jun 14 21:34:31 2003 +0000
+++ b/src/account.h	Sat Jun 14 23:21:02 2003 +0000
@@ -29,6 +29,14 @@
 #include "proxy.h"
 #include "prpl.h"
 
+enum
+{
+	PERMIT_ALL  = 1,
+	PERMIT_NONE,
+	PERMIT_SOME,
+	DENY_SOME
+};
+
 struct _GaimAccount
 {
 	char *username;             /**< The username.               */