diff options
Diffstat (limited to 'xmalloc.h')
-rw-r--r-- | xmalloc.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: xmalloc.h,v 1.8 2002/03/04 17:27:39 stevesk Exp $ */ | 1 | /* $OpenBSD: xmalloc.h,v 1.9 2002/06/19 00:27:55 deraadt Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -22,6 +22,6 @@ | |||
22 | void *xmalloc(size_t); | 22 | void *xmalloc(size_t); |
23 | void *xrealloc(void *, size_t); | 23 | void *xrealloc(void *, size_t); |
24 | void xfree(void *); | 24 | void xfree(void *); |
25 | char *xstrdup(const char *); | 25 | char *xstrdup(const char *); |
26 | 26 | ||
27 | #endif /* XMALLOC_H */ | 27 | #endif /* XMALLOC_H */ |