summaryrefslogtreecommitdiffstats
path: root/include/timeutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/timeutils.h')
-rw-r--r--include/timeutils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/timeutils.h b/include/timeutils.h
index 85fc228db..874f853b7 100644
--- a/include/timeutils.h
+++ b/include/timeutils.h
@@ -82,4 +82,6 @@ int strtime_short(const time_t *t, struct timeval *now, int flags, char *buf, si
extern time_t timegm(struct tm *tm);
#endif
+int parse_date(struct timespec *, char const *, struct timespec const *);
+
#endif /* UTIL_LINUX_TIME_UTIL_H */