server/src/config.pkg

10 lines
205 B
Plaintext
Raw Normal View History

$#include "bind_config.h"
module eressea {
module config {
void config_reset @ reset(void);
void config_read @ read(const char *filename);
void config_parse @ parse(const char *json);
}
}