Various cleanups I made while going through Erik Hovland's patch submissions,
[oweals/busybox.git] / networking / udhcp / files.h
index 279738adf7162c7f66f95bcb971aa00c9b88907d..03acee2fcb41b9d2f28267546e41ec7f25c7b1bf 100644 (file)
@@ -14,4 +14,6 @@ int read_config(const char *file);
 void write_leases(void);
 void read_leases(const char *file);
 
+struct option_set *find_option(struct option_set *opt_list, char code);
+
 #endif