diff options
Diffstat (limited to 'datetime.c')
-rw-r--r-- | datetime.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ DEFobjCurrIf(errmsg) * * Obviously, all caller-provided pointers must not be NULL... */ -void getCurrTime(struct syslogTime *t) +static void getCurrTime(struct syslogTime *t) { struct timeval tp; struct tm *tm; |