#ifndef mailconf_h #define mailconf_h #ifndef MISC_H #include #endif #ifndef MODULE_H #include #endif #if 0 #include #include #endif #ifndef DIALOG_H #include #endif class MODULE_mailconf: public LINUXCONF_MODULE{ /*~PROTOBEG~ MODULE_mailconf */ public: MODULE_mailconf (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_mailconf */ }; class FIELD_COMBO; class USER; class CONFIG_FILE; class PRIVILEGE; class SSTRING; class USERACCT_COMNG; class DICTIONARY; #include "mailconf.p" #endif