summaryrefslogtreecommitdiff
path: root/pith/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'pith/string.h')
-rw-r--r--pith/string.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pith/string.h b/pith/string.h
index b142c7dc..9d446b23 100644
--- a/pith/string.h
+++ b/pith/string.h
@@ -149,5 +149,7 @@ void combine_strlists(STRLIST_S **, STRLIST_S *);
void free_strlist(STRLIST_S **);
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);
#endif /* PITH_STRING_INCLUDED */