From fe64ddd6a3bc43b978e3c1d20bfbb0062f203eb8 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Sun, 19 Nov 2017 19:09:20 +0000 Subject: [PATCH] declare t_setutf8 --- src/common/test.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/test.h b/src/common/test.h index 418eae1..d30fb1c 100644 --- a/src/common/test.h +++ b/src/common/test.h @@ -26,3 +26,4 @@ char *t_pathrel(char *buf, size_t n, char *argv0, char *p); int t_setrlim(int r, long lim); +int t_setutf8(void); -- 2.20.1