]> andersk Git - openssh.git/blobdiff - xmalloc.h
- deraadt@cvs.openbsd.org 2002/06/19 00:27:55
[openssh.git] / xmalloc.h
index 338a2d22dfce565e72ca2d0af35a37e95b19d021..7ac4b13d64c972588a81535eff6b90cb7609f526 100644 (file)
--- a/xmalloc.h
+++ b/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 */
This page took 0.063836 seconds and 4 git commands to generate.