blob: 64f2e216a05bcb4914da06c0d2fed732aa45a019 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Add missing function definition to hash.c
Whole hash.c is used only if USE=lowmem is enabled.
https://bugs.gentoo.org/919215
--- a/src/hash.h
+++ b/src/hash.h
@@ -57,6 +57,7 @@
}Table_hash;
+long int hashVerifie (Table_hash *table, char *mess,long int diag);
/*
*
|