summaryrefslogtreecommitdiff
path: root/lib/safe-browsing/ephy-gsb-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/safe-browsing/ephy-gsb-utils.h')
-rw-r--r--lib/safe-browsing/ephy-gsb-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/safe-browsing/ephy-gsb-utils.h b/lib/safe-browsing/ephy-gsb-utils.h
index 3acb0182d..739b7772a 100644
--- a/lib/safe-browsing/ephy-gsb-utils.h
+++ b/lib/safe-browsing/ephy-gsb-utils.h
@@ -44,7 +44,7 @@ typedef struct {
} EphyGSBHashPrefixLookup;
typedef struct {
- guint8 *hash; /* The 32 bytes full hash */
+ GBytes *hash; /* The 32 bytes full hash */
char *threat_type;
char *platform_type;
char *threat_entry_type;