#ifndef motd_h #define motd_h #ifndef MISC_H #include #endif #ifndef MODULE_H #include #endif #include #include class MODULE_motd: public LINUXCONF_MODULE{ /*~PROTOBEG~ MODULE_motd */ public: MODULE_motd (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_motd */ }; #include "motd.p" #endif