summaryrefslogtreecommitdiffstats
path: root/isys/imount.h
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-08-25 16:47:35 -0400
committerChris Lumens <clumens@redhat.com>2008-08-26 10:45:54 -0400
commit26ffc07f2257a98bd291541a1bb3a6a72f6a9371 (patch)
tree5442a268a868bbb7d3f66084e5ab248c53fe45e8 /isys/imount.h
parente03184847fd46f0b52066eef8632234d7b52864d (diff)
downloadanaconda-26ffc07f2257a98bd291541a1bb3a6a72f6a9371.tar.gz
anaconda-26ffc07f2257a98bd291541a1bb3a6a72f6a9371.tar.xz
anaconda-26ffc07f2257a98bd291541a1bb3a6a72f6a9371.zip
Add another mount function that takes a list of fstypes to try.
Diffstat (limited to 'isys/imount.h')
-rw-r--r--isys/imount.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/isys/imount.h b/isys/imount.h
index 9f9c4251c..56f6deaf3 100644
--- a/isys/imount.h
+++ b/isys/imount.h
@@ -30,6 +30,7 @@
#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