]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - mount/sundries.h
Imported from util-linux-2.12o tarball.
[thirdparty/util-linux.git] / mount / sundries.h
index a3a762f6feaf1b0801fe63b1ee4dac6884ed4c29..af0df4e27563fedbd4d009dfd6776a7036934fd8 100644 (file)
@@ -26,7 +26,6 @@ void error (const char *fmt, ...);
 int matching_type (const char *type, const char *types);
 int matching_opts (const char *options, const char *test_opts);
 void *xmalloc (size_t size);
-void *xrealloc (void *t, size_t size);
 char *xstrdup (const char *s);
 char *xstrndup (const char *s, int n);
 char *xstrconcat2 (const char *, const char *);