diff options
Diffstat (limited to 'networking/udhcp/files.h')
-rw-r--r-- | networking/udhcp/files.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/networking/udhcp/files.h b/networking/udhcp/files.h index 279738adf..4af61b005 100644 --- a/networking/udhcp/files.h +++ b/networking/udhcp/files.h | |||
@@ -14,4 +14,7 @@ int read_config(const char *file); | |||
14 | void write_leases(void); | 14 | void write_leases(void); |
15 | void read_leases(const char *file); | 15 | void read_leases(const char *file); |
16 | 16 | ||
17 | struct option_set *find_option(struct option_set *opt_list, char code); | ||
18 | void attach_option(struct option_set **opt_list, struct dhcp_option *option, char *buffer, int length); | ||
19 | |||
17 | #endif | 20 | #endif |