summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/hash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/hash.h b/lib/hash.h
index 59229bb483..ddf4add252 100644
--- a/lib/hash.h
+++ b/lib/hash.h
@@ -20,11 +20,11 @@
# include <stdlib.h>
# endif
-# ifndef HAVE_DECLARATION_FREE
+# ifndef HAVE_DECL_FREE
void free ();
# endif
-# ifndef HAVE_DECLARATION_MALLOC
+# ifndef HAVE_DECL_MALLOC
char *malloc ();
# endif