/* vi: set ts=2: +-------------------+ | | Enno Rehling | Eressea PBEM host | Christian Schlittchen | (c) 1998 - 2007 | Katja Zedel | | Henning Peters +-------------------+ This program may not be used, modified or distributed without prior permission by the authors of Eressea. */ #ifndef H_JSONCONF_H #define H_JSONCONF_H #ifdef __cplusplus extern "C" { #endif struct cJSON; void json_config(struct cJSON *str); #ifdef __cplusplus } #endif #endif