dbf330cfa8
PR: 24911 Submitted by: Cyrille Lefevre <clefevre@citeweb.net> - new maintainer
21 lines
832 B
Plaintext
21 lines
832 B
Plaintext
--- includes/dhcpd.h.orig Thu Jan 25 09:25:12 2001
|
|
+++ includes/dhcpd.h Fri Jan 26 06:46:12 2001
|
|
@@ -672,7 +672,7 @@
|
|
u_int32_t requested_lease; /* Requested lease time, if user
|
|
doesn't configure one. */
|
|
struct string_list *media; /* Possible network media values. */
|
|
- char *script_name; /* Name of config script. */
|
|
+ const char *script_name; /* Name of config script. */
|
|
char *vendor_space_name; /* Name of config script. */
|
|
enum policy bootp_policy;
|
|
/* Ignore, accept or prefer BOOTP
|
|
@@ -1864,6 +1864,8 @@
|
|
void set_ip_address PROTO ((struct interface_info *, struct in_addr));
|
|
|
|
/* clparse.c */
|
|
+extern const char *client_script_name;
|
|
+
|
|
isc_result_t read_client_conf PROTO ((void));
|
|
void read_client_leases PROTO ((void));
|
|
void parse_client_statement PROTO ((struct parse *, struct interface_info *,
|