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, 0 insertions, 1 deletions
diff --git a/runtime/datetime.h b/runtime/datetime.h
index 1012ccc1..8f1bcb17 100644
--- a/runtime/datetime.h
+++ b/runtime/datetime.h
@@ -36,7 +36,6 @@ typedef struct datetime_s {
/* interfaces */
BEGINinterface(datetime) /* name must also be changed in ENDinterface macro! */
void (*getCurrTime)(struct syslogTime *t);
- //static int srSLMGParseInt32(char** ppsz);
int (*ParseTIMESTAMP3339)(struct syslogTime *pTime, char** ppszTS);
int (*ParseTIMESTAMP3164)(struct syslogTime *pTime, char* pszTS);
int (*formatTimestampToMySQL)(struct syslogTime *ts, char* pDst, size_t iLenDst);