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 03f9c35f3..4c9c83bd1 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
| @@ -1773,6 +1773,7 @@ extern void print_login_issue(const char *issue_file, const char *tty) FAST_FUNC | |||
| 1773 | extern void print_login_prompt(void) FAST_FUNC; | 1773 | extern void print_login_prompt(void) FAST_FUNC; |
| 1774 | 1774 | ||
| 1775 | char *xmalloc_ttyname(int fd) FAST_FUNC RETURNS_MALLOC; | 1775 | char *xmalloc_ttyname(int fd) FAST_FUNC RETURNS_MALLOC; |
| 1776 | int is_TERM_dumb(void) FAST_FUNC; | ||
| 1776 | /* NB: typically you want to pass fd 0, not 1. Think 'applet | grep something' */ | 1777 | /* NB: typically you want to pass fd 0, not 1. Think 'applet | grep something' */ |
| 1777 | int get_terminal_width_height(int fd, unsigned *width, unsigned *height) FAST_FUNC; | 1778 | int get_terminal_width_height(int fd, unsigned *width, unsigned *height) FAST_FUNC; |
| 1778 | int get_terminal_width(int fd) FAST_FUNC; | 1779 | int get_terminal_width(int fd) FAST_FUNC; |
