diff options
Diffstat (limited to '')
-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 |