summaryrefslogtreecommitdiff
path: root/halibut.h
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2004-05-23 13:55:59 +0000
committerSimon Tatham <anakin@pobox.com>2004-05-23 13:55:59 +0000
commit64b8c4d982634f6f342b4a7cf8323960d2cbc1a2 (patch)
tree553720e6eb1a06bf70c16b8144f5cd50dc2e2e46 /halibut.h
parent2c2cc2260f9302ed2a32d5cd6116d7e7a2f097cf (diff)
downloadhalibut-64b8c4d982634f6f342b4a7cf8323960d2cbc1a2.zip
halibut-64b8c4d982634f6f342b4a7cf8323960d2cbc1a2.tar.gz
halibut-64b8c4d982634f6f342b4a7cf8323960d2cbc1a2.tar.bz2
halibut-64b8c4d982634f6f342b4a7cf8323960d2cbc1a2.tar.xz
All measurements in the paper backend are now configurable, as are
bullet and quote characters. [originally from svn r4249]
Diffstat (limited to 'halibut.h')
-rw-r--r--halibut.h5
1 files changed, 3 insertions, 2 deletions
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);