summaryrefslogtreecommitdiffstats
path: root/src/c_init.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/c_init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_init.h b/src/c_init.h
index 6317871..86eb89a 100644
--- a/src/c_init.h
+++ b/src/c_init.h
@@ -41,7 +41,7 @@ typedef struct s_caps
uint8_t psx; /*cursor position (line)*/
} t_caps;
-int16_t c_init_tcaps(int32_t fd, char **line, uint8_t psx, t_msh *msh);
+int16_t c_gnl(int32_t fd, char **line, uint8_t psx, t_msh *msh);
int16_t c_set_term_raw(uint8_t mode);
#endif