mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-16 23:19:31 +00:00
Add missing declaration to the lowmem-only header. Closes: https://bugs.gentoo.org/919215 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/40728 Signed-off-by: Sam James <sam@gentoo.org>
13 lines
276 B
Diff
13 lines
276 B
Diff
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);
|
|
|
|
/*
|
|
*
|