=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/xmalloc.h,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/file/xmalloc.h 2015/04/24 16:24:11 1.1 --- src/usr.bin/file/xmalloc.h 2015/07/20 08:51:41 1.2 *************** *** 1,4 **** ! /* $OpenBSD: xmalloc.h,v 1.1 2015/04/24 16:24:11 nicm Exp $ */ /* * Author: Tatu Ylonen --- 1,4 ---- ! /* $OpenBSD: xmalloc.h,v 1.2 2015/07/20 08:51:41 nicm Exp $ */ /* * Author: Tatu Ylonen *************** *** 22,28 **** void *xmalloc(size_t); void *xcalloc(size_t, size_t); void *xreallocarray(void *, size_t, size_t); - void xfree(void *); char *xstrdup(const char *); int xasprintf(char **, const char *, ...) __attribute__((__format__ (printf, 2, 3))) --- 22,27 ----