changeset 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 8cf85edca543
children d74b545a3c2a
files sip-in/sip_log.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;