projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fca2ca
)
Use same definition for xalloc_fail_func as is really used.
author
Sven-Haegar Koch
<haegar@sdinet.de>
Sat, 28 May 2011 00:57:40 +0000
(
02:57
+0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Sat, 28 May 2011 13:24:39 +0000
(15:24 +0200)
src/xalloc.h
patch
|
blob
|
history
diff --git
a/src/xalloc.h
b/src/xalloc.h
index
51f99bd
..
952f921
100644
(file)
--- a/
src/xalloc.h
+++ b/
src/xalloc.h
@@
-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__));