1
0
Fork 0
mirror of https://github.com/kakwa/uts-server synced 2025-07-03 12:07:02 +02:00

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
This commit is contained in:
kakwa 2016-08-24 22:13:11 +02:00
parent 860fd9475e
commit b27d676148
8 changed files with 212 additions and 70 deletions

View file

@ -8,6 +8,7 @@
#include <sys/syslog.h>
#include "utils.h"
#include "rfc3161.h"
#include "http.h"
const char *argp_program_version = UTS_VERSION;