FreeCalypso > hg > themwi-system-sw
comparison 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 |
comparison
equal
deleted
inserted
replaced
69:8cf85edca543 | 70:47976db01894 |
---|---|
10 #include <stdio.h> | 10 #include <stdio.h> |
11 #include <stdlib.h> | 11 #include <stdlib.h> |
12 #include <string.h> | 12 #include <string.h> |
13 #include <strings.h> | 13 #include <strings.h> |
14 | 14 |
15 struct timeval cur_event_time; | 15 extern struct timeval cur_event_time; |
16 | 16 |
17 static FILE *logfile; | 17 static FILE *logfile; |
18 | 18 |
19 open_sip_log_file(filename) | 19 open_sip_log_file(filename) |
20 char *filename; | 20 char *filename; |