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