diff options
author | Salad <water_appreciator@protonmail.com> | 2020-10-02 16:55:52 +0200 |
---|---|---|
committer | Salad <water_appreciator@protonmail.com> | 2020-10-02 16:55:52 +0200 |
commit | b6b09fc1fa8e4f70f042cfe48f26b28d798498d3 (patch) | |
tree | 22ec864530fc4a0a9e642bdf35c42b2dacc93e95 /src/c_input.h | |
parent | lessgo (diff) | |
download | 42-minishell-b6b09fc1fa8e4f70f042cfe48f26b28d798498d3.tar.gz 42-minishell-b6b09fc1fa8e4f70f042cfe48f26b28d798498d3.tar.bz2 42-minishell-b6b09fc1fa8e4f70f042cfe48f26b28d798498d3.tar.xz 42-minishell-b6b09fc1fa8e4f70f042cfe48f26b28d798498d3.tar.zst 42-minishell-b6b09fc1fa8e4f70f042cfe48f26b28d798498d3.zip |
almost there : norme + miltiligne
Diffstat (limited to 'src/c_input.h')
-rw-r--r-- | src/c_input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_input.h b/src/c_input.h index cc2e969..a586e2f 100644 --- a/src/c_input.h +++ b/src/c_input.h @@ -16,7 +16,7 @@ int16_t c_back_slash(char **line, uint32_t plen, t_caps *tcaps); int16_t c_ctrl_c(char *line, t_caps *tcaps, t_msh *msh); uint32_t c_get_line_num(char *line, uint32_t cpos, uint32_t plen, t_caps *tcaps); -int16_t c_init_line(t_caps *tcaps); +int16_t c_init_line(uint8_t psx, t_caps *tcaps); uint16_t c_get_win_size(struct winsize *ws); #endif |