mirror of
https://github.com/kakwa/uts-server
synced 2025-01-09 13:14:31 +01:00
6e687f2fe2
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);
|