aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/stdio-commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio-commands.h')
-rw-r--r--src/stdio-commands.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/stdio-commands.h b/src/stdio-commands.h
index b6870e7..985d1ac 100644
--- a/src/stdio-commands.h
+++ b/src/stdio-commands.h
@@ -20,7 +20,11 @@
#include "parser.h"
+void teco_state_start_typeout(teco_machine_main_t *ctx, GError **error);
+void teco_state_control_typeout(teco_machine_main_t *ctx, GError **error);
+
+/*
+ * Command states
+ */
TECO_DECLARE_STATE(teco_state_print_decimal);
TECO_DECLARE_STATE(teco_state_print_string);
-
-void teco_state_start_typeout(teco_machine_main_t *ctx, GError **error);