From: Ted Lemon Date: Fri, 26 Jun 1998 20:51:00 +0000 (+0000) Subject: Fix prototype for inet_ntoa X-Git-Tag: V2-BETA-1-PATCHLEVEL-6~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3b0fb1cbc05164f83eec7ba92dcfe6a34c071323;p=thirdparty%2Fdhcp.git Fix prototype for inet_ntoa --- diff --git a/includes/dhcpd.h b/includes/dhcpd.h index 47d937929..cf82132bc 100644 --- a/includes/dhcpd.h +++ b/includes/dhcpd.h @@ -938,7 +938,7 @@ struct sockaddr_in *pick_name_server PROTO ((void)); /* inet_addr.c */ #ifdef NEED_INET_ATON -int inet_aton PROTO ((char *, struct in_addr *)); +int inet_aton PROTO ((const char *, struct in_addr *)); #endif /* sysconf.c */