mirror of
https://github.com/kakwa/uts-server
synced 2024-11-11 12:08:54 +01:00
ec467ba646
* rename the logger function to uts_logger * add logging to the create_tsctx fucntion * fix some warning *
5 lines
97 B
C
5 lines
97 B
C
#include <stdbool.h>
|
|
#include "utils.h"
|
|
|
|
int http_server_start(char *conffile, bool stdout_dbg);
|