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

fixing compilation errors and warnings

This commit is contained in:
kakwa 2021-04-07 15:23:54 +02:00
parent 86d9094cca
commit 4975f90af6
4 changed files with 8 additions and 5 deletions

View file

@ -18,7 +18,3 @@ int set_params(rfc3161_context *ct, char *conf_file, char *conf_wd);
static char *rand_string(char *str, size_t size);
void free_uts_context(rfc3161_context *ct);
const char *null_undef(const char *in);
// some global variable to handle signals
int g_uts_sig_up;
int g_uts_sig;