aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core-commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core-commands.h')
-rw-r--r--src/core-commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core-commands.h b/src/core-commands.h
index cb28dce..4cc8747 100644
--- a/src/core-commands.h
+++ b/src/core-commands.h
@@ -125,6 +125,7 @@ TECO_DECLARE_STATE(teco_state_insert_indent);
teco_state_t *teco_state_start_input(teco_machine_main_t *ctx, gunichar chr, GError **error);
TECO_DECLARE_STATE(teco_state_start);
+TECO_DECLARE_STATE(teco_state_control);
TECO_DECLARE_STATE(teco_state_escape);
TECO_DECLARE_STATE(teco_state_ctlc);
TECO_DECLARE_STATE(teco_state_ctlc_control);