mirror of
https://github.com/kakwa/uts-server
synced 2024-11-11 12:08:54 +01:00
6ca2e34094
* fix debugging logs to stdout * add parsing of the different type of parameters * configure the http server part
6 lines
164 B
C
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);
|