]> andersk Git - openssh.git/blobdiff - xmalloc.h
- (tim) [buildpkg.sh.in] Make the names consistent.
[openssh.git] / xmalloc.h
index e14d0141d1dad18b83f9c8ca0976fdc53a60bfa0..7ac4b13d64c972588a81535eff6b90cb7609f526 100644 (file)
--- a/xmalloc.h
+++ b/xmalloc.h
@@ -1,3 +1,5 @@
+/*     $OpenBSD: xmalloc.h,v 1.9 2002/06/19 00:27:55 deraadt Exp $     */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
  * called by a name other than "ssh" or "Secure Shell".
  */
 
-/* RCSID("$OpenBSD: xmalloc.h,v 1.7 2001/06/26 17:27:25 markus Exp $"); */
-
 #ifndef XMALLOC_H
 #define XMALLOC_H
 
 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.051264 seconds and 4 git commands to generate.