summaryrefslogtreecommitdiffstats
path: root/isys/imount.h
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-01-22 16:50:08 -0500
committerChris Lumens <clumens@redhat.com>2008-02-11 10:44:54 -0500
commitcc92e5a32bb9ac4e11a965e276e9535fb76a4371 (patch)
treee4d8eb9a64f1e7533aa3d2b71b497c8078a825da /isys/imount.h
parentb97a8e70331e71559e08a684195904c5cb824408 (diff)
downloadanaconda-cc92e5a32bb9ac4e11a965e276e9535fb76a4371.tar.gz
anaconda-cc92e5a32bb9ac4e11a965e276e9535fb76a4371.tar.xz
anaconda-cc92e5a32bb9ac4e11a965e276e9535fb76a4371.zip
Use the mount program instead of our own code.
Also change isys's mount function to take its arguments as a string like would be passed to the mount program, instead of a handful of flags.
Diffstat (limited to 'isys/imount.h')
-rw-r--r--isys/imount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/imount.h b/isys/imount.h
index 4870c2787..50ee11600 100644
--- a/isys/imount.h
+++ b/isys/imount.h
@@ -29,7 +29,7 @@
#define IMOUNT_BIND 2
#define IMOUNT_REMOUNT 4
-int doPwMount(char * dev, char * where, char * fs, int options, void * data);
+int doPwMount(char *dev, char *where, char *fs, char *options);
int mkdirChain(char * origChain);
#endif