summaryrefslogtreecommitdiffstats
path: root/isys/imount.h
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-05-05 17:17:58 +0000
committerErik Troan <ewt@redhat.com>1999-05-05 17:17:58 +0000
commit79ebb2cf474e61eebc6074752a95f072bc99c86f (patch)
tree1cc3192c7daeb644768e9deaa3516373e95da4b4 /isys/imount.h
parentea77c9194962d9ba82b8a9f95de5ec4c24a6b612 (diff)
downloadanaconda-79ebb2cf474e61eebc6074752a95f072bc99c86f.tar.gz
anaconda-79ebb2cf474e61eebc6074752a95f072bc99c86f.tar.xz
anaconda-79ebb2cf474e61eebc6074752a95f072bc99c86f.zip
added lilo, filesystem magic
Diffstat (limited to 'isys/imount.h')
-rw-r--r--isys/imount.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/isys/imount.h b/isys/imount.h
index 409fd2302..c7647ffab 100644
--- a/isys/imount.h
+++ b/isys/imount.h
@@ -1,2 +1,10 @@
+#ifndef H_IMOUNT
+#define H_IMOUNT
+
+#define IMOUNT_ERR_ERRNO 1
+#define IMOUNT_ERR_OTHER 2
+
int doPwMount(char * dev, char * where, char * fs, int rdonly, int istty,
char * acct, char * pw);
+
+#endif