mirror of
https://github.com/kakwa/uts-server
synced 2024-11-13 04:58:55 +01:00
7 lines
185 B
C
7 lines
185 B
C
#include "context.h"
|
|
#include "rfc3161.h"
|
|
|
|
void skeleton_daemon();
|
|
void logger(rfc3161_context *ct, int priority, char *fmt, ...);
|
|
int set_params(rfc3161_context *ct, char *conf_file);
|