#ifndef dnsconf_h #define dnsconf_h #ifndef MISC_H #include #endif #ifndef MODULE_H #include #endif #include #include class MODULE_dnsconf: public LINUXCONF_MODULE{ /*~PROTOBEG~ MODULE_dnsconf */ public: MODULE_dnsconf (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 , const char *[]); int probe (int , int , bool); void setmenu (DIALOG&dia, MENU_CONTEXT context); void usage (SSTRINGS&tb); /*~PROTOEND~ MODULE_dnsconf */ }; class IP_ADDRS; class DNS; class DICTIONARY; class USERACCT_COMNG; #include "dnsconf.p" #endif