#ifndef marsconf_h #define marsconf_h #pragma interface #ifndef MISC_H #include #endif #ifndef MODULE_H #include #endif #include #include class MODULE_marsconf: public LINUXCONF_MODULE{ /*~PROTOBEG~ MODULE_marsconf */ public: MODULE_marsconf (void); int dohtml (const char *key); int domenu (MENU_CONTEXT context, const char *key); int execmain (int argc, char *argv[], bool standalone); void setmenu (DIALOG&dia, MENU_CONTEXT context); void usage (SSTRINGS&tb); /*~PROTOEND~ MODULE_marsconf */ }; #include "marsconf.p" #endif