From a6ede6f91f41ca20d02454de3bd33329d35fbbd1 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 7 Aug 2018 16:24:14 -0400 Subject: Factor out allocating conversion between wcs and mbs --- chat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chat.h') diff --git a/chat.h b/chat.h index 8af6e8a..1c7ae5a 100644 --- a/chat.h +++ b/chat.h @@ -64,4 +64,6 @@ void tabTouch(const char *word); void tabRemove(const char *word); void tabReplace(const char *prev, const char *next); +wchar_t *ambstowcs(const char *src); +char *awcstombs(const wchar_t *src); int vaswprintf(wchar_t **ret, const wchar_t *format, va_list ap); -- cgit 1.4.1-2-gfad0