X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/blobdiff_plain/bb9e7835935e7a2098f2ce27964342d4c4557e3f..3e030063e831da0af7bdb8d12f2f25a5224ba0be:/halibut.h diff --git a/halibut.h b/halibut.h index f3de665..6a0e944 100644 --- a/halibut.h +++ b/halibut.h @@ -237,6 +237,7 @@ enum { err_sectmarkerinblock, /* section marker appeared in block */ err_infodirentry, /* \cfg{info-dir-entry} missing param */ err_infonodechar, /* colon/comma in node name in info */ + err_text_codeline, /* \c line too long in text backend */ err_whatever /* random error of another type */ }; @@ -289,7 +290,7 @@ int utoi(wchar_t *); int utob(wchar_t *); int uisdigit(wchar_t); wchar_t *ustrlow(wchar_t *s); -wchar_t *ustrftime(wchar_t *fmt, struct tm *timespec); +wchar_t *ustrftime(const wchar_t *wfmt, const struct tm *timespec); int cvt_ok(int charset, const wchar_t *s); /*