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