mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-08-28 12:57:42 +00:00
Declare dhcp_max_agent_option_packet_length as required by library code.
This commit is contained in:
parent
c7609f47b8
commit
a90733dd04
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user