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 704f34e56..07b1d1158 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -531,6 +531,7 @@ USE_DESKTOP(long long) int uncompress(int fd_in, int fd_out); | |||
531 | int inflate(int in, int out); | 531 | int inflate(int in, int out); |
532 | 532 | ||
533 | 533 | ||
534 | /* NB: returns port in host byte order */ | ||
534 | unsigned bb_lookup_port(const char *port, const char *protocol, unsigned default_port); | 535 | unsigned bb_lookup_port(const char *port, const char *protocol, unsigned default_port); |
535 | void bb_lookup_host(struct sockaddr_in *s_in, const char *host); | 536 | void bb_lookup_host(struct sockaddr_in *s_in, const char *host); |
536 | 537 | ||