mirror of
https://github.com/kakwa/uts-server
synced 2025-07-04 20:47:09 +02:00
add the passing of the configuration file path and debug flag
This commit is contained in:
parent
eaf1d51b1c
commit
2619c2a576
4 changed files with 15 additions and 7 deletions
|
@ -1,4 +1,5 @@
|
|||
#include <stdbool.h>
|
||||
#include "utils.h"
|
||||
#include "rfc3161.h"
|
||||
|
||||
int http_server_start();
|
||||
int http_server_start(char *conffile, bool stdout_dbg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue