diff options
Diffstat (limited to 'src/c_utils.h')
-rw-r--r-- | src/c_utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c_utils.h b/src/c_utils.h index fc9a700..e915365 100644 --- a/src/c_utils.h +++ b/src/c_utils.h @@ -21,5 +21,6 @@ uint16_t c_get_win_size(struct winsize *ws); int32_t c_catch_tcaps(char *buf, char **line, t_caps *tcaps, t_msh *msh); char *c_insert_char(char *str, char c, t_caps *tcaps); int16_t c_init_keys(t_caps *tcaps); +int16_t c_new_line(char *buf, char **line, t_msh *msh, t_caps *tcaps); #endif |