1
0
mirror of https://github.com/kakwa/uts-server synced 2024-05-28 06:40:08 +02:00
uts-server/inc/utils.h

7 lines
185 B
C
Raw Normal View History

2016-08-24 23:03:49 +02:00
#include "context.h"
2016-08-26 01:28:34 +02:00
#include "rfc3161.h"
2016-08-24 23:03:49 +02:00
2015-12-17 21:46:45 +01:00
void skeleton_daemon();
2016-08-24 23:03:49 +02:00
void logger(rfc3161_context *ct, int priority, char *fmt, ...);
int set_params(rfc3161_context *ct, char *conf_file);