X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/460b9539a7c15580e41a71bbc0f47ae776238915..011e0b894ce9b8ccadc797860ba126dee957b0fe:/lib/utf8.h diff --git a/lib/utf8.h b/lib/utf8.h index a051019..683a8a9 100644 --- a/lib/utf8.h +++ b/lib/utf8.h @@ -52,9 +52,6 @@ } \ } while(0) -int validutf8(const char *s); -/* return nonzero if S is a valid UTF-8 sequence, else false */ - #endif /* UTF8_h */ /* @@ -63,4 +60,3 @@ c-basic-offset:2 comment-column:40 End: */ -/* arch-tag:456aedaec99ad19d321ac15b7765da4d */