X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/f5799ae11d9a6d85b68449a35cd4077ae9090357..c7931c9aedd8e12fdd0df715dcefce0e0c95be6a:/openssh/xmalloc.h diff --git a/openssh/xmalloc.h b/openssh/xmalloc.h index 7ac4b13..e14d014 100644 --- a/openssh/xmalloc.h +++ b/openssh/xmalloc.h @@ -1,5 +1,3 @@ -/* $OpenBSD: xmalloc.h,v 1.9 2002/06/19 00:27:55 deraadt Exp $ */ - /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -16,12 +14,14 @@ * 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 */