summaryrefslogtreecommitdiff
path: root/src/core/wee-debug.h
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2022-11-21 20:45:25 +0100
committerSébastien Helleu <flashcode@flashtux.org>2022-11-21 20:45:41 +0100
commitbaab9cc7c52e011a10cf5b1d97d6707e6e067597 (patch)
treea2dcce2df3099f5e26d63f7dab2ade1491efa76d /src/core/wee-debug.h
parenta8639969c5d0c8ecc950332a18480b2cb499173d (diff)
downloadweechat-baab9cc7c52e011a10cf5b1d97d6707e6e067597.zip
core: add option `unicode` in command `/debug`
Diffstat (limited to 'src/core/wee-debug.h')
-rw-r--r--src/core/wee-debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/wee-debug.h b/src/core/wee-debug.h
index dbf2675a8..16351482a 100644
--- a/src/core/wee-debug.h
+++ b/src/core/wee-debug.h
@@ -36,6 +36,7 @@ extern void debug_display_time_elapsed (struct timeval *time1,
struct timeval *time2,
const char *message,
int display);
+extern void debug_unicode_string (const char *string);
extern void debug_init ();
extern void debug_end ();