]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - support/include/xmalloc.h
Move NFS mount code from util-linux to nfs-utils - part 2
[nfs-utils.git] / support / include / xmalloc.h
index 866cfd84a1f08bab9062f912262887afb508dbc2..8b82800242d3b827bf5a3acf59f54f4aed4ac757 100644 (file)
@@ -1,16 +1 @@
-/*
- * xmalloc     Module for memory allocation. Drop in your
- *             debugging malloc module if you feel like it.
- *
- * Copyright (C) 1995 Olaf Kirch <okir@monad.swb.de>
- */
-
-#ifndef XMALLOC_H
-#define XMALLOC_H
-
-void   *xmalloc(size_t size);
-void   *xrealloc(void *ptr, size_t size);
-char   *xstrdup(const char *s);
-void   xfree(void *ptr);
-
-#endif /* XMALLOC_H */
+#include "xcommon.h"