summaryrefslogtreecommitdiff
path: root/mount/sundries.h
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2006-12-07 00:25:58 +0100
committerKarel Zak <kzak@redhat.com>2006-12-07 00:25:58 +0100
commit63cccae4684f83d2a462bc8abf24e51d1bd6efb6 (patch)
tree433db3f0b44e0f46e4130141f4a59db9c3564557 /mount/sundries.h
parenta2c5f3cadcfd2ceab9d37fc847fa0d800a95633a (diff)
downloadutil-linux-old-63cccae4684f83d2a462bc8abf24e51d1bd6efb6.tar.gz
Imported from util-linux-2.11t tarball.
Diffstat (limited to 'mount/sundries.h')
-rw-r--r--mount/sundries.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mount/sundries.h b/mount/sundries.h
index 5b91ca1e..788bef64 100644
--- a/mount/sundries.h
+++ b/mount/sundries.h
@@ -22,7 +22,6 @@ extern int sloppy;
/* Functions in sundries.c that are used in mount.c and umount.c */
void block_signals (int how);
char *canonicalize (const char *path);
-char *realpath (const char *path, char *resolved_path);
void error (const char *fmt, ...);
int matching_type (const char *type, const char *types);
void *xmalloc (size_t size);