commit 2eac1c1925c679acad4ef54ac120f088a355c781
parent 99185f6cb5f6465d11adf3131d079209049f432c
Author: Santtu Lakkala <inz@inz.fi>
Date: Fri, 31 Jan 2025 14:05:24 +0200
Remove unnecessary function declaration
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/xs_time.h b/xs_time.h
@@ -51,9 +51,6 @@ xs_str *xs_str_time_diff(time_t time_diff)
return xs_fmt("%d:%02d:%02d:%02d", days, hours, mins, secs);
}
-
-char *strptime(const char *s, const char *format, struct tm *tm);
-
time_t xs_parse_time(const char *str, const char *fmt, int local)
{
time_t t = 0;