#ifndef H_CONFIG #define H_CONFIG #include "hints.h" int timeConfig(char * rootPath); int mouseConfig(char * rootPath); int authConfig(char * rootPath, struct hints * hints); int xfree86Config(char * rootPath, char *mode); void configPCMCIA(char * rootPath, char * pcic); int servicesConfig(char * rootPath); #endif