# HG changeset patch # User Mychaela Falconia # Date 1663651833 28800 # Node ID 47976db01894304f5e7213258b40149a4ea7e8ad # Parent 8cf85edca543f6c2188fac9b24d35519a5145c0a sip-in/sip_log.c: extern declaration of global variable diff -r 8cf85edca543 -r 47976db01894 sip-in/sip_log.c --- a/sip-in/sip_log.c Mon Sep 19 14:55:57 2022 -0800 +++ b/sip-in/sip_log.c Mon Sep 19 21:30:33 2022 -0800 @@ -12,7 +12,7 @@ #include #include -struct timeval cur_event_time; +extern struct timeval cur_event_time; static FILE *logfile;