summaryrefslogtreecommitdiffstats
path: root/runtime/datetime.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/datetime.h')
-rw-r--r--runtime/datetime.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/datetime.h b/runtime/datetime.h
index bb5e5292..9f3611e1 100644
--- a/runtime/datetime.h
+++ b/runtime/datetime.h
@@ -46,6 +46,7 @@ BEGINinterface(datetime) /* name must also be changed in ENDinterface macro! */
void (*timeval2syslogTime)(struct timeval *tp, struct syslogTime *t);
/* v7, 2012-03-29 */
int (*formatTimestampUnix)(struct syslogTime *ts, char*pBuf);
+ time_t (*syslogTime2time_t)(struct syslogTime *ts);
ENDinterface(datetime)
#define datetimeCURR_IF_VERSION 7 /* increment whenever you change the interface structure! */
/* interface changes: