1
0
mirror of https://github.com/kakwa/uts-server synced 2024-06-18 09:49:51 +02:00
uts-server/inc/http.h
2016-09-01 08:29:07 +02:00

5 lines
112 B
C

#include <stdbool.h>
#include "utils.h"
int http_server_start(char *conffile, char *conf_wd, bool stdout_dbg);