1
0
mirror of https://github.com/kakwa/uts-server synced 2024-07-02 00:19:06 +02:00
uts-server/inc/utils.h
kakwa 9667d6682c implement configuration parsing + fix
* fix debugging logs to stdout
* add parsing of the different type of parameters
* configure the http server part
2016-08-25 23:04:26 +02:00

6 lines
164 B
C

#include "context.h"
void skeleton_daemon();
void logger(rfc3161_context *ct, int priority, char *fmt, ...);
int set_params(rfc3161_context *ct, char *conf_file);