aboutsummaryrefslogtreecommitdiffstats
path: root/src/prototypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prototypes.h')
-rw-r--r--src/prototypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/prototypes.h b/src/prototypes.h
index c378764..074f1a9 100644
--- a/src/prototypes.h
+++ b/src/prototypes.h
@@ -146,6 +146,8 @@ extern TTY *serial_open(char *path, int lock_mode);
/* cmd.c */
extern int cmd_parse(Cmd *c, Context *ctx, ANSI *a, char *buf);
extern void cmd_show_status(Cmd *c, Context *ctx);
+extern int cmd_key(Cmd *c, Context *ctx, ANSI *a, int key);
+extern int cmd_deactivate(Cmd *c, Context *ctx);
extern int cmd_activate(Cmd *c, Context *ctx);
extern void cmd_new_status(Cmd *c, Context *ctx, char *msg);
extern Cmd *cmd_new(void);