aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/dhcpd.h')
-rw-r--r--networking/udhcp/dhcpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpd.h b/networking/udhcp/dhcpd.h
index 28106d306..216b7ab64 100644
--- a/networking/udhcp/dhcpd.h
+++ b/networking/udhcp/dhcpd.h
@@ -100,7 +100,7 @@ int send_inform(struct dhcpMessage *oldpacket);
100int read_config(const char *file); 100int read_config(const char *file);
101void write_leases(void); 101void write_leases(void);
102void read_leases(const char *file); 102void read_leases(const char *file);
103struct option_set *find_option(struct option_set *opt_list, char code); 103struct option_set *find_option(struct option_set *opt_list, uint8_t code);
104 104
105 105
106#endif 106#endif