Fix sparse warnings and add an extra sprinkling of const.
[oweals/tinc.git] / lib / xalloc.h
index 51f99bdfd2d322544999c685f01f7800b8ae040c..952f9217b953399d4de0cafb7da2917fba9474d4 100644 (file)
@@ -16,7 +16,7 @@ extern int xalloc_exit_failure;
 extern char *const xalloc_msg_memory_exhausted;
 
 /* FIXME: describe */
-extern void (*xalloc_fail_func) ();
+extern void (*xalloc_fail_func) (int);
 
 void *xmalloc PARAMS ((size_t n)) __attribute__ ((__malloc__));
 void *xmalloc_and_zero PARAMS ((size_t n)) __attribute__ ((__malloc__));