diff options
Diffstat (limited to 'src/xtime.h')
-rw-r--r-- | src/xtime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xtime.h b/src/xtime.h index ceff48f..cca1428 100644 --- a/src/xtime.h +++ b/src/xtime.h @@ -81,6 +81,6 @@ int xtimegm(struct tm *tm, time_t *timep); * @return * 0 on success, -1 on failure. */ -int parse_timestamp(const char *str, struct timespec *result); +int xgetdate(const char *str, struct timespec *result); #endif // BFS_XTIME_H |