#ifndef CONFIG_H_INCLUDED #define CONFIG_H_INCLUDED #include #include #include #define MAXCHAR 1000 int readnames(char *nick, char *username, char *realname); int confreplayseconds(); int checkpassword(char *password); #endif