From 3b8f9d4547df77e4c85b3b870ba21a67d97b31dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 11 Mar 2023 23:44:44 +0100 Subject: core: check new keys manually added with /set --- tests/unit/gui/test-gui-key.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/unit/gui/test-gui-key.cpp b/tests/unit/gui/test-gui-key.cpp index 134276867..f81cfd47d 100644 --- a/tests/unit/gui/test-gui-key.cpp +++ b/tests/unit/gui/test-gui-key.cpp @@ -34,6 +34,7 @@ extern "C" extern int gui_key_get_current_context (); extern char *gui_key_legacy_internal_code (const char *key); extern char *gui_key_fix (const char *key); +extern int gui_key_is_safe (int context, const char *key); extern struct t_config_option *gui_key_new_option (int context, const char *name, const char *value); -- cgit v1.2.3