# HG changeset patch # User Sadrul Habib Chowdhury # Date 1247627952 0 # Node ID a756b4ed306ebc284aaf993e5d3f3134d3f4ed3e # Parent b909c4a7bfc842c854d351bd859c470bbddaa0a2# Parent e574d1858b5ad9f3b9a2004235f02faba3a3473d merge of '052b844e0de47c283f4eefb3e5c9d511dbb287aa' and '27b0c8383de99fccc9cd6f312ac355f9e4a4d267' diff -r b909c4a7bfc8 -r a756b4ed306e libpurple/privacy.h --- a/libpurple/privacy.h Wed Jul 15 03:17:54 2009 +0000 +++ b/libpurple/privacy.h Wed Jul 15 03:19:12 2009 +0000 @@ -26,12 +26,10 @@ #ifndef _PURPLE_PRIVACY_H_ #define _PURPLE_PRIVACY_H_ -#include "account.h" - /** * Privacy data types. */ -typedef enum _PurplePrivacyType +typedef enum { PURPLE_PRIVACY_ALLOW_ALL = 1, PURPLE_PRIVACY_DENY_ALL, @@ -40,6 +38,8 @@ PURPLE_PRIVACY_ALLOW_BUDDYLIST } PurplePrivacyType; +#include "account.h" + #ifdef __cplusplus extern "C" { #endif