#ifndef amandaconf_h #define amandaconf_h #pragma interface #ifndef MISC_H #include #endif #ifndef MODULE_H #include #endif #include #include class MODULE_amandaconf: public LINUXCONF_MODULE{ /*~PROTOBEG~ MODULE_amandaconf */ public: MODULE_amandaconf (void); int dohtml (const char *key); int domenu (MENU_CONTEXT context, const char *key); int execmain (int argc, char *argv[], bool standalone); void setmenu (DIALOG&dia, MENU_CONTEXT context); void usage (SSTRINGS&tb); /*~PROTOEND~ MODULE_amandaconf */ }; #include "amandaconf.p" #endif