From: Ted Lemon Date: Thu, 6 Apr 2000 19:12:17 +0000 (+0000) Subject: Fix typo. X-Git-Tag: V3-BETA-2-PATCH-1~268 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb1aa66842dd351050637e47e09046d18117f773;p=thirdparty%2Fdhcp.git Fix typo. --- diff --git a/includes/dhcpd.h b/includes/dhcpd.h index 40401cc5b..793baa03f 100644 --- a/includes/dhcpd.h +++ b/includes/dhcpd.h @@ -1290,9 +1290,9 @@ ssize_t send_fallback PROTO ((struct interface_info *, #ifdef USE_SOCKET_SEND void if_reinitialize_send PROTO ((struct interface_info *)); -void if_register_send PROTO ((struct interface_info *));s +void if_register_send PROTO ((struct interface_info *)); void if_deregister_send PROTO ((struct interface_info *)); -size_t send_packet PROTO ((struct interface_info *, +ssize_t send_packet PROTO ((struct interface_info *, struct packet *, struct dhcp_packet *, size_t, struct in_addr, struct sockaddr_in *, struct hardware *));