mirror of
https://github.com/kakwa/uts-server
synced 2025-01-09 21:24:29 +01:00
74f07cbd0e
* 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
3 lines
67 B
C
3 lines
67 B
C
void skeleton_daemon();
|
|
void logger(int priority, char *fmt, ...);
|