diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-05 16:37:16 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-03-05 16:37:16 +0000 |
commit | 1560e84ff87dafd0d8b4fef3294a7a412e95b1c3 (patch) | |
tree | bf5c11bc46e720b0270889375522dbb19dbef336 /datetime.c | |
parent | 23910636176e49b47cb7c110c09dbbe0c7bdc9ca (diff) | |
download | rsyslog-1560e84ff87dafd0d8b4fef3294a7a412e95b1c3.tar.gz rsyslog-1560e84ff87dafd0d8b4fef3294a7a412e95b1c3.tar.xz rsyslog-1560e84ff87dafd0d8b4fef3294a7a412e95b1c3.zip |
moved date/time handling functions to their own object (2nd pass)
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; |