server/src/config.pkg

11 lines
204 B
Plaintext
Raw Normal View History

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