diff options
Diffstat (limited to 'embed/ephy-cookie-manager.h')
-rw-r--r-- | embed/ephy-cookie-manager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/embed/ephy-cookie-manager.h b/embed/ephy-cookie-manager.h index 069ad0a6a..de7aed2e6 100644 --- a/embed/ephy-cookie-manager.h +++ b/embed/ephy-cookie-manager.h @@ -36,8 +36,8 @@ G_BEGIN_DECLS #define EPHY_TYPE_COOKIE (ephy_cookie_get_type ()) -typedef struct EphyCookieManager EphyCookieManager; -typedef struct EphyCookieManagerIface EphyCookieManagerIface; +typedef struct _EphyCookieManager EphyCookieManager; +typedef struct _EphyCookieManagerIface EphyCookieManagerIface; typedef enum { @@ -72,7 +72,7 @@ typedef struct guint p3p_policy : 3; } EphyCookie; -struct EphyCookieManagerIface +struct _EphyCookieManagerIface { GTypeInterface base_iface; |