diff options
author | Salad <water_appreciator@protonmail.com> | 2020-10-21 18:23:04 +0200 |
---|---|---|
committer | Salad <water_appreciator@protonmail.com> | 2020-10-21 18:23:04 +0200 |
commit | a0c2a69d6c79e11c0eb25751d6c246bb164ebc31 (patch) | |
tree | c172bb09ebd52b262141aa4e5fabdbdf5e00e4f3 /src/c_init.h | |
parent | stuff (diff) | |
download | 42-minishell-a0c2a69d6c79e11c0eb25751d6c246bb164ebc31.tar.gz 42-minishell-a0c2a69d6c79e11c0eb25751d6c246bb164ebc31.tar.bz2 42-minishell-a0c2a69d6c79e11c0eb25751d6c246bb164ebc31.tar.xz 42-minishell-a0c2a69d6c79e11c0eb25751d6c246bb164ebc31.tar.zst 42-minishell-a0c2a69d6c79e11c0eb25751d6c246bb164ebc31.zip |
makeshift
Diffstat (limited to 'src/c_init.h')
-rw-r--r-- | src/c_init.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/c_init.h b/src/c_init.h index cb10864..9ffd1eb 100644 --- a/src/c_init.h +++ b/src/c_init.h @@ -37,10 +37,10 @@ typedef struct s_caps uint32_t cpos; uint32_t lpos; uint32_t nlines; - uint8_t psx; + uint8_t psx; } t_caps; -int16_t c_gnl(int32_t fd, char **line, uint8_t psx, t_msh *msh); -int16_t c_set_term_raw(uint8_t mode); +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 |