summaryrefslogtreecommitdiff
path: root/config.h
blob: 57defb6234b539d562e0fb5988ad53ee53b8e267 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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();

#endif