]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add prototype for inet_aton
authorTed Lemon <source@isc.org>
Sat, 29 Mar 1997 10:38:08 +0000 (10:38 +0000)
committerTed Lemon <source@isc.org>
Sat, 29 Mar 1997 10:38:08 +0000 (10:38 +0000)
includes/dhcpd.h

index 817f03004e8bcc011a5369759b41e18824de7a8d..d7495a8ea6c83c8e284904b713d4bedde27e30c1 100644 (file)
@@ -864,3 +864,8 @@ void icmp_echoreply PROTO ((struct protocol *));
 /* dns.c */
 void dns_startup PROTO ((void));
 int ns_inaddr_lookup PROTO ((struct sockaddr_in *, u_int16_t, struct iaddr));
+
+/* inet_addr.c */
+#ifdef NEED_INET_ATON
+int inet_aton PROTO ((char *, struct in_addr *));
+#endif