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