From 730d58157c26bd551bcd0c06047a95f4f9e3d358 Mon Sep 17 00:00:00 2001 From: salad Date: Thu, 1 Oct 2020 16:24:51 +0200 Subject: lessgo --- src/c_init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/c_init.h') diff --git a/src/c_init.h b/src/c_init.h index 1614b5e..db448cf 100644 --- a/src/c_init.h +++ b/src/c_init.h @@ -38,7 +38,7 @@ typedef struct s_caps uint32_t nlines; /*cursor position (line)*/ } t_caps; -int16_t c_init_tcaps(char **line, t_msh *msh); +int16_t c_init_tcaps(int32_t fd, char **line, t_msh *msh); int16_t c_set_term_raw(uint8_t mode); #endif -- cgit v1.2.3