diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 28f57223d..82484f911 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1399,6 +1399,7 @@ extern void print_login_prompt(void) FAST_FUNC; | |||
1399 | char *xmalloc_ttyname(int fd) FAST_FUNC RETURNS_MALLOC; | 1399 | char *xmalloc_ttyname(int fd) FAST_FUNC RETURNS_MALLOC; |
1400 | /* NB: typically you want to pass fd 0, not 1. Think 'applet | grep something' */ | 1400 | /* NB: typically you want to pass fd 0, not 1. Think 'applet | grep something' */ |
1401 | int get_terminal_width_height(int fd, unsigned *width, unsigned *height) FAST_FUNC; | 1401 | int get_terminal_width_height(int fd, unsigned *width, unsigned *height) FAST_FUNC; |
1402 | int get_terminal_width(int fd) FAST_FUNC; | ||
1402 | 1403 | ||
1403 | int tcsetattr_stdin_TCSANOW(const struct termios *tp) FAST_FUNC; | 1404 | int tcsetattr_stdin_TCSANOW(const struct termios *tp) FAST_FUNC; |
1404 | 1405 | ||