# HG changeset patch # User Mark Doliner # Date 1236910887 0 # Node ID 413b445a6018bb3d2d42d2ae66cea093aa11b8dd # Parent 37a3f30a8d80839e1ad70e0e34450eecba17c14a Is there any reason this is an int instead of PurplePrivacyType? I believe this is safe to do without breaking binary or API compatibility, but someone please yell at me if not diff -r 37a3f30a8d80 -r 413b445a6018 libpurple/account.h --- a/libpurple/account.h Thu Mar 12 11:02:02 2009 +0000 +++ b/libpurple/account.h Fri Mar 13 02:21:27 2009 +0000 @@ -42,6 +42,7 @@ #include "connection.h" #include "log.h" +#include "privacy.h" #include "proxy.h" #include "prpl.h" #include "status.h" @@ -141,7 +142,7 @@ */ GSList *permit; /**< Permit list. */ GSList *deny; /**< Deny list. */ - int perm_deny; /**< The permit/deny setting. */ + PurplePrivacyType perm_deny; /**< The permit/deny setting. */ GList *status_types; /**< Status types. */