From: Ted Lemon Date: Thu, 9 Sep 1999 23:26:12 +0000 (+0000) Subject: One more argument to object_register... X-Git-Tag: V3-BETA-1-PATCH-2~5^2~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd002d5d4b06467746f2f36d2d992147f1bf0204;p=thirdparty%2Fdhcp.git One more argument to object_register... --- diff --git a/common/discover.c b/common/discover.c index c8d02fa78..2c18cb3cb 100644 --- a/common/discover.c +++ b/common/discover.c @@ -22,7 +22,7 @@ #ifndef lint static char copyright[] = -"$Id: discover.c,v 1.12 1999/09/09 21:00:46 mellon Exp $ Copyright (c) 1995, 1996, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; +"$Id: discover.c,v 1.13 1999/09/09 23:26:11 mellon Exp $ Copyright (c) 1995, 1996, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -69,7 +69,7 @@ void discover_interfaces (state) (&dhcp_type_interface, "interface", interface_set_value, interface_get_value, interface_destroy, interface_signal_handler, - interface_stuff_values, 0, 0); + interface_stuff_values, 0, 0, 0); if (status != ISC_R_SUCCESS) log_fatal ("Can't create interface object type: %s", isc_result_totext (status)); diff --git a/common/icmp.c b/common/icmp.c index 647f7dabd..62c83b375 100644 --- a/common/icmp.c +++ b/common/icmp.c @@ -23,7 +23,7 @@ #ifndef lint static char copyright[] = -"$Id: icmp.c,v 1.14 1999/09/09 21:02:10 mellon Exp $ Copyright (c) 1997, 1998 The Internet Software Consortium. All rights reserved.\n"; +"$Id: icmp.c,v 1.15 1999/09/09 23:26:12 mellon Exp $ Copyright (c) 1997, 1998 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -59,7 +59,7 @@ void icmp_startup (routep, handler) log_fatal ("attempted to reinitialize icmp protocol"); result = omapi_object_type_register (&dhcp_type_icmp, - "icmp", 0, 0, 0, 0, 0, 0, 0); + "icmp", 0, 0, 0, 0, 0, 0, 0, 0); if (result != ISC_R_SUCCESS) log_fatal ("Can't register icmp object type: %s",