summaryrefslogtreecommitdiff
path: root/src/htshash.h
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2014-05-10 19:08:05 +0000
committerXavier Roche <xroche@users.noreply.github.com>2014-05-10 19:08:05 +0000
commit917d6bd3c44476d032f40b61b6e49ce2ea76494e (patch)
tree419ba75e9d21462bed0324ad877a068f38de96bf /src/htshash.h
parenta085b2b2fa78158c9c60debb9c2f8d813ea528ae (diff)
Better logging for hashtables
Diffstat (limited to 'src/htshash.h')
-rw-r--r--src/htshash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htshash.h b/src/htshash.h
index f8150c6..4810513 100644
--- a/src/htshash.h
+++ b/src/htshash.h
@@ -51,7 +51,7 @@ typedef enum hash_struct_type {
} hash_struct_type;
// tables de hachage
-void hash_init(hash_struct *hash, int normalized);
+void hash_init(httrackp *opt, hash_struct *hash, int normalized);
void hash_free(hash_struct *hash);
int hash_read(const hash_struct * hash, const char *nom1, const char *nom2,
hash_struct_type type);