summaryrefslogtreecommitdiffstats
path: root/datetime.c
diff options
context:
space:
mode:
Diffstat (limited to 'datetime.c')
-rw-r--r--datetime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/datetime.c b/datetime.c
index 9ecd32b3..1c3b1603 100644
--- a/datetime.c
+++ b/datetime.c
@@ -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;