1
0
mirror of https://github.com/kakwa/uts-server synced 2024-07-02 00:19:06 +02:00
uts-server/inc/http.h
kakwa ec467ba646 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);