about summary refs log tree commit diff
path: root/blaze822.h
diff options
context:
space:
mode:
Diffstat (limited to 'blaze822.h')
-rw-r--r--blaze822.h2
1 files changed, 1 insertions, 1 deletions
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