mirror of
https://github.com/kakwa/uts-server
synced 2024-11-11 12:08:54 +01:00
dba24b7adf
* add a function to dump binary as hexa in logs * implemente the TS response generator * begin to glue it together
8 lines
284 B
C
8 lines
284 B
C
#include "rfc3161.h"
|
|
|
|
void skeleton_daemon();
|
|
void uts_logger(rfc3161_context *ct, int priority, char *fmt, ...);
|
|
void log_hex(rfc3161_context *ct, int priority, char *id,
|
|
unsigned char *content, int content_length);
|
|
int set_params(rfc3161_context *ct, char *conf_file);
|