summaryrefslogtreecommitdiff
path: root/halibut.h
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2004-05-23 13:20:27 +0000
committerSimon Tatham <anakin@pobox.com>2004-05-23 13:20:27 +0000
commit2c2cc2260f9302ed2a32d5cd6116d7e7a2f097cf (patch)
tree6407423dfa55afc94afd52b6e29e9690a6a88a48 /halibut.h
parent6e759041825952be19dd50af7db88a80d84feceb (diff)
downloadhalibut-2c2cc2260f9302ed2a32d5cd6116d7e7a2f097cf.zip
halibut-2c2cc2260f9302ed2a32d5cd6116d7e7a2f097cf.tar.gz
halibut-2c2cc2260f9302ed2a32d5cd6116d7e7a2f097cf.tar.bz2
halibut-2c2cc2260f9302ed2a32d5cd6116d7e7a2f097cf.tar.xz
Character-set-isation and configurability in the WinHelp backend.
Newly configurable things are: bullet and quote characters as usual, the ": " that goes between a section number and its title, the "." coming after numbered-list item numbers, and the text "Title page" that appears at the top of the .cnt file. [originally from svn r4248]
Diffstat (limited to '')
-rw-r--r--halibut.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/halibut.h b/halibut.h
index 6a0e944..8bbcc1e 100644
--- a/halibut.h
+++ b/halibut.h
@@ -282,6 +282,7 @@ wchar_t *ufroma_locale_dup(char const *s);
int ustrlen(wchar_t const *s);
wchar_t *uadv(wchar_t *s);
wchar_t *ustrcpy(wchar_t *dest, wchar_t const *source);
+wchar_t *ustrncpy(wchar_t *dest, wchar_t const *source, int n);
wchar_t utolower(wchar_t);
int uisalpha(wchar_t);
int ustrcmp(wchar_t *lhs, wchar_t *rhs);