summaryrefslogtreecommitdiff
path: root/config.h
blob: 3d81d2f10fbb076db23a7f110f549052f04bb235 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef CONFIG_H_INCLUDED
#define CONFIG_H_INCLUDED

#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#define MAXCHAR 1000

int readnames(char *nick, char *username, char *realname);

int confreplayseconds();

int checkpassword(char *password);

#endif