4 lines
95 B
C
4 lines
95 B
C
#ifndef RUNTIME_CONFIG_INCLUDED
|
|
#define RUNTIME_CONFIG_INCLUDED
|
|
char *config_get_url();
|
|
#endif
|