summaryrefslogtreecommitdiff
path: root/pith/string.h
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2016-12-27 11:09:57 -0700
committerEduardo Chappa <chappa@washington.edu>2016-12-27 11:09:57 -0700
commit054440ecce3a1ea1292cc52f37a84ad21d04cd6d (patch)
tree0ec521ecf06666c104ef192d8e00df3f56aa304c /pith/string.h
parentd8c7c96e90a471b381080c7c12b6c526dfc4820e (diff)
downloadalpine-054440ecce3a1ea1292cc52f37a84ad21d04cd6d.tar.xz
* Add support for the TYPE and VALUE attributes of the html OL tag.
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 */