aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-permission-manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-permission-manager.h')
-rw-r--r--embed/ephy-permission-manager.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/embed/ephy-permission-manager.h b/embed/ephy-permission-manager.h
index 0be7fbdee..4d85accdf 100644
--- a/embed/ephy-permission-manager.h
+++ b/embed/ephy-permission-manager.h
@@ -36,9 +36,6 @@ G_BEGIN_DECLS
#define EPHY_TYPE_PERMISSION_INFO (ephy_permission_info_get_type ())
-typedef struct EphyPermissionManager EphyPermissionManager;
-typedef struct EphyPermissionManagerIface EphyPermissionManagerIface;
-
typedef enum
{
EPT_COOKIE,
@@ -53,12 +50,17 @@ typedef enum
EPHY_PERMISSION_DEFAULT
} EphyPermission;
-typedef struct
+typedef struct _EphyPermissionInfo EphyPermissionInfo;
+
+typedef struct EphyPermissionManager EphyPermissionManager;
+typedef struct EphyPermissionManagerIface EphyPermissionManagerIface;
+
+struct _EphyPermissionInfo
{
char *host;
EphyPermissionType type;
EphyPermission permission;
-} EphyPermissionInfo;
+};
struct EphyPermissionManagerIface
{