nest-sanity-checks/runtime-config.h

5 lines
122 B
C

#ifndef RUNTIME_CONFIG_INCLUDED
#define RUNTIME_CONFIG_INCLUDED
char *config_get_url();
int should_enable_debug();
#endif