nest-sanity-checks/runtime-config.h

6 lines
122 B
C
Raw Permalink Normal View History

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