/* vi: set ts=2: +-------------------+ Christian Schlittchen | Eressea PBEM host | Katja Zedel | (c) 1998 - 2005 | Enno Rehling +-------------------+ This program may not be used, modified or distributed without prior permission by the authors of Eressea. */ #ifndef H_GC_XMLREPORT #define H_GC_XMLREPORT #ifdef __cplusplus extern "C" { #endif #include extern void xmlreport_cleanup(void); extern void register_xr(void); extern int crwritemap(const char *filename); #ifdef __cplusplus } #endif #endif