summaryrefslogtreecommitdiffstats
path: root/isys/imount.h
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-08-25 15:35:20 -0400
committerChris Lumens <clumens@redhat.com>2008-08-25 15:35:20 -0400
commit2be503dd8da94df9979528594bc2a91db5e0cc96 (patch)
treef3d921ab84735f25af3f96b48183a19e3d144f0e /isys/imount.h
parent162311c20ab2c386fa787cc1e50048c3976513f5 (diff)
downloadanaconda-2be503dd8da94df9979528594bc2a91db5e0cc96.tar.gz
anaconda-2be503dd8da94df9979528594bc2a91db5e0cc96.tar.xz
anaconda-2be503dd8da94df9979528594bc2a91db5e0cc96.zip
When mount fails, pass the error message up to the UI layer.
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 50ee11600..9f9c4251c 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, char *options);
+int doPwMount(char *dev, char *where, char *fs, char *options, char **err);
int mkdirChain(char * origChain);
#endif