summaryrefslogtreecommitdiffstats
path: root/isys/imount.h
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-05-03 20:03:50 +0000
committerErik Troan <ewt@redhat.com>1999-05-03 20:03:50 +0000
commit6c0a6bd2cdf0f5efaaa54fa3ae5e8dcbfd105ba7 (patch)
tree369f903bfa378bd24a001385f10859390e4a7a01 /isys/imount.h
parent4167d42e1b65de0071675b01d2cd5f3474f7d727 (diff)
downloadanaconda-6c0a6bd2cdf0f5efaaa54fa3ae5e8dcbfd105ba7.tar.gz
anaconda-6c0a6bd2cdf0f5efaaa54fa3ae5e8dcbfd105ba7.tar.xz
anaconda-6c0a6bd2cdf0f5efaaa54fa3ae5e8dcbfd105ba7.zip
*** empty log message ***
Diffstat (limited to 'isys/imount.h')
-rw-r--r--isys/imount.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/isys/imount.h b/isys/imount.h
new file mode 100644
index 000000000..409fd2302
--- /dev/null
+++ b/isys/imount.h
@@ -0,0 +1,2 @@
+int doPwMount(char * dev, char * where, char * fs, int rdonly, int istty,
+ char * acct, char * pw);