From 64b8c4d982634f6f342b4a7cf8323960d2cbc1a2 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 23 May 2004 13:55:59 +0000 Subject: All measurements in the paper backend are now configurable, as are bullet and quote characters. [originally from svn r4249] --- halibut.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'halibut.h') diff --git a/halibut.h b/halibut.h index 8bbcc1e..934604a 100644 --- a/halibut.h +++ b/halibut.h @@ -287,8 +287,9 @@ wchar_t utolower(wchar_t); int uisalpha(wchar_t); int ustrcmp(wchar_t *lhs, wchar_t *rhs); int ustricmp(wchar_t *lhs, wchar_t *rhs); -int utoi(wchar_t *); -int utob(wchar_t *); +int utoi(wchar_t const *); +double utof(wchar_t const *); +int utob(wchar_t const *); int uisdigit(wchar_t); wchar_t *ustrlow(wchar_t *s); wchar_t *ustrftime(const wchar_t *wfmt, const struct tm *timespec); -- cgit v1.1