summaryrefslogtreecommitdiff
path: root/config.h
blob: d74af82ea07a8daac2a4a75d9a59409e6b87eef5 (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 confrelayseconds();

int checkpassword(char *password);

#endif