X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/blobdiff_plain/2614b01da5f5c65d7a80aeef0f65d41fb554fedf..65151c30376998e87609555c50c7362a54990eee:/halibut.h diff --git a/halibut.h b/halibut.h index c771459..30a1280 100644 --- a/halibut.h +++ b/halibut.h @@ -105,7 +105,6 @@ enum { para_Description, para_Code, para_Copyright, - para_Preamble, para_NoCite, para_Title, para_VersionID, @@ -253,6 +252,7 @@ int ustrlen(wchar_t *s); wchar_t *uadv(wchar_t *s); wchar_t *ustrcpy(wchar_t *dest, wchar_t *source); 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 *);