pidgin: 5d2fae2f: There were some concerns about possible ...
sadrul at pidgin.im
sadrul at pidgin.im
Wed Jul 15 02:10:27 EDT 2009
-----------------------------------------------------------------
Revision: 5d2fae2f23534be16c94035916b126cf0953435b
Ancestor: 382916ff7d78e3641f26a361778ff8808755e03f
Author: sadrul at pidgin.im
Date: 2009-07-15T06:09:22
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/5d2fae2f23534be16c94035916b126cf0953435b
Modified files:
libpurple/privacy.h
ChangeLog:
There were some concerns about possible API breakage from removing
_PurplePrivacyType. This change hopefully doesn't break anything.
-------------- next part --------------
============================================================
--- libpurple/privacy.h 03378ca5a6c6c8af9bbd294ca1bb8c787eb5805e
+++ libpurple/privacy.h 6631fc1b387d00ca6bb5e5e138fd5d42ac3ba6fe
@@ -29,14 +29,16 @@
/**
* Privacy data types.
*/
-typedef enum
+typedef enum _PurplePrivacyType PurplePrivacyType;
+
+enum _PurplePrivacyType
{
PURPLE_PRIVACY_ALLOW_ALL = 1,
PURPLE_PRIVACY_DENY_ALL,
PURPLE_PRIVACY_ALLOW_USERS,
PURPLE_PRIVACY_DENY_USERS,
PURPLE_PRIVACY_ALLOW_BUDDYLIST
-} PurplePrivacyType;
+};
#include "account.h"
More information about the Commits
mailing list