mirror of
https://github.com/kakwa/uts-server
synced 2025-07-03 12:07:02 +02:00
implement configuration parsing + fix
* fix debugging logs to stdout * add parsing of the different type of parameters * configure the http server part
This commit is contained in:
parent
98d037cd18
commit
6ca2e34094
4 changed files with 95 additions and 16 deletions
|
@ -2,3 +2,4 @@
|
|||
|
||||
void skeleton_daemon();
|
||||
void logger(rfc3161_context *ct, int priority, char *fmt, ...);
|
||||
int set_params(rfc3161_context *ct, char *conf_file);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue