mirror of
https://github.com/ilyakooo0/vty.git
synced 2024-11-22 12:06:06 +03:00
gwinsz.h: fix vty_c_get_window_size prototype
This commit is contained in:
parent
2fabd997b6
commit
00b0cbcfa9
@ -1,2 +1,2 @@
|
||||
unsigned long vty_c_get_window_size(void);
|
||||
unsigned long vty_c_get_window_size(int fd);
|
||||
unsigned long vty_c_set_window_size(int fd, unsigned long val);
|
||||
|
Loading…
Reference in New Issue
Block a user