summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1998-06-26 20:51:00 +0000
committerTed Lemon <source@isc.org>1998-06-26 20:51:00 +0000
commit3b0fb1cbc05164f83eec7ba92dcfe6a34c071323 (patch)
tree49034e5bec63563f85e950aacd41d21b7e05961b
parent2197596de7d3ee94d48f1dc6f403cbf6430bce9a (diff)
downloadisc-dhcp-3b0fb1cbc05164f83eec7ba92dcfe6a34c071323.tar.gz
Fix prototype for inet_ntoa
-rw-r--r--includes/dhcpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h
index 47d93792..cf82132b 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 */