#ifndef updpass_h #define updpass_h #ifndef MISC_H #include #endif #ifndef MODULE_H #include #endif #include #include class MODULE_updpass: public LINUXCONF_MODULE{ /*~PROTOBEG~ MODULE_updpass */ public: MODULE_updpass (void); int dohtml (const char *key); int execmain (int argc, char *argv[], bool); int message (const char *msg, int argc, const char *argv[]); void usage (SSTRINGS&tb); /*~PROTOEND~ MODULE_updpass */ }; #include "updpass.p" #endif