initial commit
[quakecontrol.git] / common.h
1 #define CONFIG_PATH "/etc/quakecontrol/config.ini"
2
3 #include <jh.h>
4 #include <stdbool.h>
5 #include <stdio.h>
6 #include <stdlib.h>
7
8 void senderr(char *errmsg, bool myfault);
9 struct inifile *get_config(void);
10 char *getcval(char *key);
11 void rcon_send(char *data);