diff options
author | Erik Troan <ewt@redhat.com> | 1999-08-07 17:16:23 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 1999-08-07 17:16:23 +0000 |
commit | 786fc48b6f8d5342c3ddb74aa5a732b3ccd0c8be (patch) | |
tree | e07650be257a335cecdf636e27eae1372570cb30 /loader/devices.h | |
parent | 6df079d3522d67ea40cdb98f151f903dacb375d2 (diff) | |
download | anaconda-786fc48b6f8d5342c3ddb74aa5a732b3ccd0c8be.tar.gz anaconda-786fc48b6f8d5342c3ddb74aa5a732b3ccd0c8be.tar.xz anaconda-786fc48b6f8d5342c3ddb74aa5a732b3ccd0c8be.zip |
fixed prototypes
Diffstat (limited to 'loader/devices.h')
-rw-r--r-- | loader/devices.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/loader/devices.h b/loader/devices.h index d17994ce2..0cd8ce852 100644 --- a/loader/devices.h +++ b/loader/devices.h @@ -1,9 +1,10 @@ #ifndef H_DEVICES #define H_DEVICES +#include "../isys/isys.h" #include "modules.h" -int devDeviceMenu(moduleInfoSet modInfo, moduleList modLoaded, - moduleDeps modDeps, int flags); +int devDeviceMenu(enum driverMajor type, moduleInfoSet modInfo, + moduleList modLoaded, moduleDeps modDeps, int flags); #endif |