diff --git a/statmsg/main.c b/statmsg/main.c index 924b9cea..a30bb731 100644 --- a/statmsg/main.c +++ b/statmsg/main.c @@ -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;