diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 1ea2e35be..978cd2d87 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -550,6 +550,8 @@ extern FILE *fopen_or_warn_stdin(const char *filename); | |||
550 | * If this is a problem, use bare poll and open-code EINTR/ENOMEM handling */ | 550 | * If this is a problem, use bare poll and open-code EINTR/ENOMEM handling */ |
551 | int safe_poll(struct pollfd *ufds, nfds_t nfds, int timeout_ms); | 551 | int safe_poll(struct pollfd *ufds, nfds_t nfds, int timeout_ms); |
552 | 552 | ||
553 | char *safe_gethostname(void); | ||
554 | |||
553 | /* Convert each alpha char in str to lower-case */ | 555 | /* Convert each alpha char in str to lower-case */ |
554 | char* str_tolower(char *str); | 556 | char* str_tolower(char *str); |
555 | 557 | ||