summaryrefslogtreecommitdiffstats
path: root/src/c_input.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/c_input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c_input.h b/src/c_input.h
index e592ace..c340194 100644
--- a/src/c_input.h
+++ b/src/c_input.h
@@ -18,5 +18,6 @@
int16_t c_redraw_line(char *line, uint16_t cpos, t_msh *msh);
char *c_delchar(char *str, uint16_t cpos);
uint16_t c_get_win_size(struct winsize *ws);
+int32_t c_catch_tcaps(char *buf, char **line, t_caps *tcaps, t_msh *msh);
#endif