diff options
author | Erik Troan <ewt@redhat.com> | 1999-05-05 17:17:58 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 1999-05-05 17:17:58 +0000 |
commit | 79ebb2cf474e61eebc6074752a95f072bc99c86f (patch) | |
tree | 1cc3192c7daeb644768e9deaa3516373e95da4b4 /isys/imount.h | |
parent | ea77c9194962d9ba82b8a9f95de5ec4c24a6b612 (diff) | |
download | anaconda-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.h | 8 |
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 |