1 2 3 4 5 6 7 8 9 10
#ifndef H_HDINSTALL #define H_HDINSTALL char * mountHardDrive(struct installMethod * method, char * location, struct knownDevices * kd, moduleInfoSet modInfo, moduleList modLoaded, moduleDeps * modDepsPtr, int flags); #endif