diff options
Diffstat (limited to 'pith/string.h')
-rw-r--r-- | pith/string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/string.h b/pith/string.h index 11c4d45f..5a3a3bd5 100644 --- a/pith/string.h +++ b/pith/string.h @@ -146,6 +146,6 @@ STRLIST_S *copy_strlist(STRLIST_S *); void combine_strlists(STRLIST_S **, STRLIST_S *); void free_strlist(STRLIST_S **); int read_octal(char **); - +time_t date_to_local_time_t(char *); #endif /* PITH_STRING_INCLUDED */ |