summaryrefslogtreecommitdiff
path: root/src/common/fnv1a.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/fnv1a.h')
-rw-r--r--src/common/fnv1a.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/fnv1a.h b/src/common/fnv1a.h
index 294ce12..973781b 100644
--- a/src/common/fnv1a.h
+++ b/src/common/fnv1a.h
@@ -41,7 +41,7 @@ typedef uint64_t fnv64_t;
/* Détermine si deux empreintes FNV1a sont indentiques ou non. */
-bool cmp_fnv_64a(fnv64_t, fnv64_t);
+int cmp_fnv_64a(fnv64_t, fnv64_t);
/* Détermine l'empreinte FNV1a d'une chaîne de caractères. */
fnv64_t fnv_64a_hash(const char *);