From 04d055f4e11469f74bdde38837deefab27edb2e9 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 3 Nov 2003 21:20:18 +0000 Subject: Fix rdate and ftpget/ftpput so they compile with the new xconnect. I have checked rdate. Someone should also check ftpget/ftpput to be sure they still work. --- include/libbb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/libbb.h b/include/libbb.h index 53062de..945dc95 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -295,8 +295,8 @@ extern struct hostent *xgethostbyname2(const char *name, int af); extern int create_icmp_socket(void); extern int create_icmp6_socket(void); extern int xconnect(struct sockaddr_in *s_addr); -extern int bb_getport(char *port); -extern void bb_lookup_host(struct sockaddr_in *s_in, char *host, char *port); +extern int bb_getport(const char *port); +extern void bb_lookup_host(struct sockaddr_in *s_in, const char *host, const char *port); //#warning wrap this? char *dirname (char *path); -- cgit v1.1