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

pass context to the logging function

This commit is contained in:
kakwa 2016-08-24 23:03:49 +02:00
parent 355d32c585
commit 63739e858f
7 changed files with 24 additions and 25 deletions

View file

@ -1,3 +1,4 @@
#include "context.h"
#include "utils.h"
#include "rfc3161.h"
int http_server_start();