diff options
Diffstat (limited to 'networking/udhcp/files.h')
-rw-r--r-- | networking/udhcp/files.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/networking/udhcp/files.h b/networking/udhcp/files.h deleted file mode 100644 index 8846931..0000000 --- a/networking/udhcp/files.h +++ /dev/null @@ -1,20 +0,0 @@ -/* vi: set sw=4 ts=4: */ -/* files.h */ -#ifndef _FILES_H -#define _FILES_H - -struct config_keyword { - const char *keyword; - int (* const handler)(const char *line, void *var); - void *var; - const char *def; -}; - - -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 |