1
0
mirror of https://github.com/kakwa/uts-server synced 2024-06-03 17:48:07 +02:00
uts-server/inc/utils.h
kakwa b27d676148 big code reorganization:
* split the rfc3161 and the http part
* add a logger function
* add a debugging logger function for the requests
* add a specific handler for rfc3161 request
2016-08-24 22:13:11 +02:00

3 lines
67 B
C

void skeleton_daemon();
void logger(int priority, char *fmt, ...);