From 604afb501107cf9f7b0d0a60fbeade525e8ab1fd Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 28 Mar 2020 21:29:34 +0100 Subject: mytimegm: replace with own implementation --- blaze822.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blaze822.h') diff --git a/blaze822.h b/blaze822.h index a375d3d..3169278 100644 --- a/blaze822.h +++ b/blaze822.h @@ -85,7 +85,7 @@ int filter(char *input, size_t inlen, char *cmd, char **outputo, size_t *outleno // mygmtime.c -time_t tm_to_secs(const struct tm *tm); +time_t mytimegm(const struct tm *tm); // slurp.c -- cgit 1.4.1