mirror of
https://github.com/kakwa/uts-server
synced 2024-11-11 12:08:54 +01:00
376d100e9f
* rename the logger function to uts_logger * add logging to the create_tsctx fucntion * fix some warning *
6 lines
168 B
C
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);
|