1
0
mirror of https://github.com/kakwa/uts-server synced 2024-06-20 10:43:02 +02:00
uts-server/inc/http.h
kakwa 376d100e9f general reorganization
* rename the logger function to uts_logger
* add logging to the create_tsctx fucntion
* fix some warning *
2016-08-26 20:39:45 +02:00

5 lines
97 B
C

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