summaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/dhcpd.h')
-rw-r--r--networking/udhcp/dhcpd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpd.h b/networking/udhcp/dhcpd.h
index a4e9a58ff..f6187679d 100644
--- a/networking/udhcp/dhcpd.h
+++ b/networking/udhcp/dhcpd.h
@@ -123,7 +123,6 @@ void log_static_leases(struct static_lease **st_lease_pp) FAST_FUNC;
123void read_config(const char *file) FAST_FUNC; 123void read_config(const char *file) FAST_FUNC;
124void write_leases(void) FAST_FUNC; 124void write_leases(void) FAST_FUNC;
125void read_leases(const char *file) FAST_FUNC; 125void read_leases(const char *file) FAST_FUNC;
126struct option_set *find_option(struct option_set *opt_list, uint8_t code) FAST_FUNC;
127 126
128 127
129POP_SAVED_FUNCTION_VISIBILITY 128POP_SAVED_FUNCTION_VISIBILITY