mirror of
https://github.com/kakwa/uts-server
synced 2025-07-03 12:07:02 +02:00
pass context to the logging function
This commit is contained in:
parent
c982c6b405
commit
eaf1d51b1c
7 changed files with 24 additions and 25 deletions
|
@ -1,2 +1,4 @@
|
|||
#include "context.h"
|
||||
|
||||
void skeleton_daemon();
|
||||
void logger(int priority, char *fmt, ...);
|
||||
void logger(rfc3161_context *ct, int priority, char *fmt, ...);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue