mirror of
https://github.com/kakwa/uts-server
synced 2025-07-03 12:07:02 +02:00
implementing a somewhat proper signal handler
This commit is contained in:
parent
f3a950dc41
commit
93ead7ee99
3 changed files with 19 additions and 2 deletions
|
@ -5,3 +5,5 @@ void uts_logger(rfc3161_context *ct, int priority, char *fmt, ...);
|
|||
void log_hex(rfc3161_context *ct, int priority, char *id,
|
||||
unsigned char *content, int content_length);
|
||||
int set_params(rfc3161_context *ct, char *conf_file);
|
||||
int g_uts_sig_up;
|
||||
int g_uts_sig;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue