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