summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index c45d03e..7a20558 100644
--- a/src/util.h
+++ b/src/util.h
@@ -17,6 +17,8 @@
int strnwidth(const char *s, int n);
+const wchar_t *wcscasestr(const wchar_t *haystack, const wchar_t *needle);
+
void panic(const char *file, int line, const char *msg, ...);
void assert(int cond, const char *file, int line, const char *condstr);
void error(const char *fmtstr, ...);