diff sip-in/sip_log.c @ 70:47976db01894

sip-in/sip_log.c: extern declaration of global variable
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 19 Sep 2022 21:30:33 -0800
parents 62f39c7cee15
children
line wrap: on
line diff
--- 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 <string.h>
 #include <strings.h>
 
-struct timeval cur_event_time;
+extern struct timeval cur_event_time;
 
 static FILE *logfile;