mirror of
https://github.com/kakwa/uts-server
synced 2025-01-26 13:27:27 +01:00
d6a7ba86ff
as many configuration paths can be relative to the execution working directory, this directory is recorded at launch time, and the set_params function does a chdir(<start work dir>); <load conf>; chdir("/") when it's called.
5 lines
111 B
C
5 lines
111 B
C
#include <stdbool.h>
|
|
#include "utils.h"
|
|
|
|
int http_server_start(char *conffile, char *conf_wd,bool stdout_dbg);
|