]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Declare dhcp_max_agent_option_packet_length as required by library code.
authorTed Lemon <source@isc.org>
Mon, 16 Mar 1998 06:18:50 +0000 (06:18 +0000)
committerTed Lemon <source@isc.org>
Mon, 16 Mar 1998 06:18:50 +0000 (06:18 +0000)
statmsg/main.c

index 924b9cea522059da9d31c39fc5925edf2755b8bf..a30bb7310f61095579bf36e1bbbf33722fcfa943 100644 (file)
@@ -44,7 +44,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: main.c,v 1.3 1997/11/29 07:48:37 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: main.c,v 1.4 1998/03/16 06:18:50 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -52,6 +52,8 @@ static char copyright[] =
 int log_priority;
 int log_perror = 1;
 
+int dhcp_max_agent_option_packet_length;
+
 int main (argc, argv, envp)
        int argc;
        char **argv;