1
0
mirror of https://github.com/kakwa/uts-server synced 2024-06-29 23:22:56 +02:00
uts-server/inc/utils.h
kakwa ec467ba646 general reorganization
* rename the logger function to uts_logger
* add logging to the create_tsctx fucntion
* fix some warning *
2016-08-26 20:39:45 +02:00

6 lines
168 B
C

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