#ifndef redhatppp_h #define redhatppp_h #ifndef MISC_H #include #endif #ifndef MODULE_H #include #endif #include #include class MODULE_redhatppp: public LINUXCONF_MODULE{ /*~PROTOBEG~ MODULE_redhatppp */ public: MODULE_redhatppp (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); /*~PROTOEND~ MODULE_redhatppp */ }; extern const char subsys_dialout[]; #include "redhatppp.p" #endif