summaryrefslogtreecommitdiff
path: root/pith/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'pith/string.h')
-rw-r--r--pith/string.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pith/string.h b/pith/string.h
index 36440ea6..9aeb3529 100644
--- a/pith/string.h
+++ b/pith/string.h
@@ -152,5 +152,6 @@ int read_octal(char **);
time_t date_to_local_time_t(char *);
void convert_decimal_to_roman (char *, size_t, long, char);
void convert_decimal_to_alpha (char *, size_t, long, char);
+int timezone_offset_to_gmt(int *);
#endif /* PITH_STRING_INCLUDED */