diff options
Diffstat (limited to 'include/libbb.h')
-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 1ea2e35..978cd2d 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -550,6 +550,8 @@ extern FILE *fopen_or_warn_stdin(const char *filename); * If this is a problem, use bare poll and open-code EINTR/ENOMEM handling */ int safe_poll(struct pollfd *ufds, nfds_t nfds, int timeout_ms); +char *safe_gethostname(void); + /* Convert each alpha char in str to lower-case */ char* str_tolower(char *str); |