FreeCalypso > hg > themwi-system-sw
comparison smpp-trx-sa/log.c @ 262:f1c024b2b835
smpp-trx-sa/log.c: additional cleanup
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Wed, 11 Oct 2023 21:21:34 -0800 |
| parents | a375639e4190 |
| children |
comparison
equal
deleted
inserted
replaced
| 261:a375639e4190 | 262:f1c024b2b835 |
|---|---|
| 8 #include <string.h> | 8 #include <string.h> |
| 9 #include <strings.h> | 9 #include <strings.h> |
| 10 #include <time.h> | 10 #include <time.h> |
| 11 | 11 |
| 12 extern FILE *logF; | 12 extern FILE *logF; |
| 13 extern time_t curtime; | 13 extern char fmt_time[]; |
| 14 extern char fmt_time[32]; | |
| 15 extern int init_done; | 14 extern int init_done; |
| 16 | 15 |
| 17 void | 16 void |
| 18 log_fatal_error(cause) | 17 log_fatal_error(cause) |
| 19 char *cause; | 18 char *cause; |
