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