summaryrefslogtreecommitdiffstats
path: root/isys/imount.h
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-01-05 12:44:55 -0500
committerChris Lumens <clumens@redhat.com>2009-01-05 12:44:55 -0500
commitd9e16f3e52f17fa845793e33e6ab9124d2d14a0d (patch)
tree364dd93e5c66c305b950cdd97dc28bf481e4a5ce /isys/imount.h
parent9cf3eb99ef5dcc5b51c344a3ca6020189ed34488 (diff)
downloadanaconda-d9e16f3e52f17fa845793e33e6ab9124d2d14a0d.tar.gz
anaconda-d9e16f3e52f17fa845793e33e6ab9124d2d14a0d.tar.xz
anaconda-d9e16f3e52f17fa845793e33e6ab9124d2d14a0d.zip
Remove doMultiMount.
Diffstat (limited to 'isys/imount.h')
-rw-r--r--isys/imount.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/isys/imount.h b/isys/imount.h
index 56f6deaf3..9f9c4251c 100644
--- a/isys/imount.h
+++ b/isys/imount.h
@@ -30,7 +30,6 @@
#define IMOUNT_REMOUNT 4
int doPwMount(char *dev, char *where, char *fs, char *options, char **err);
-int doMultiMount(char *dev, char *where, char **fstypes, char *options, char **err);
int mkdirChain(char * origChain);
#endif