summaryrefslogtreecommitdiffstats
path: root/src/c_init.h
diff options
context:
space:
mode:
authorSalad <water_appreciator@protonmail.com>2020-09-29 23:09:43 +0200
committerSalad <water_appreciator@protonmail.com>2020-09-29 23:09:43 +0200
commit894e9e2177c3fcf12010b0c0a8ee9e27c684dc00 (patch)
tree25d02c41f83c8b271f7411c225801544d76d7440 /src/c_init.h
parentpouche yeah yeay yeah (diff)
download42-minishell-894e9e2177c3fcf12010b0c0a8ee9e27c684dc00.tar.gz
42-minishell-894e9e2177c3fcf12010b0c0a8ee9e27c684dc00.tar.bz2
42-minishell-894e9e2177c3fcf12010b0c0a8ee9e27c684dc00.tar.xz
42-minishell-894e9e2177c3fcf12010b0c0a8ee9e27c684dc00.tar.zst
42-minishell-894e9e2177c3fcf12010b0c0a8ee9e27c684dc00.zip
gnl grand remplacment
Diffstat (limited to 'src/c_init.h')
-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 d5f2c89..1614b5e 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(t_msh *msh);
+int16_t c_init_tcaps(char **line, t_msh *msh);
int16_t c_set_term_raw(uint8_t mode);
#endif