fix compile.sh: libjh needs libev now
[quakecontrol.git] / common.h
1 // Copyright (2013) Jann Horn <jann@thejh.net>
2 // This code is licensed under the AGPLv3.
3
4 #define CONFIG_PATH "/etc/quakecontrol/config.ini"
5
6 #include <jh.h>
7 #include <stdbool.h>
8 #include <stdio.h>
9 #include <stdlib.h>
10
11 void senderr(char *errmsg, bool myfault);
12 struct inifile *get_config(void);
13 char *getcval(char *key);
14 void rcon_send(char *data);