forked from github/server
10 lines
204 B
Text
10 lines
204 B
Text
$#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);
|
|
}
|
|
}
|
|
|