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