diff options
author | Mike Frysinger | 2006-03-23 23:44:29 +0000 |
---|---|---|
committer | Mike Frysinger | 2006-03-23 23:44:29 +0000 |
commit | 787140df3992ccc3ebdc09f6d2dcb584f580f49f (patch) | |
tree | 666fdb071676c676f52bdc204f6df801b17e7196 /networking/udhcp/files.h | |
parent | e0fe93759339a9e043cd0489f5bfabd59b5fcb78 (diff) | |
download | busybox-787140df3992ccc3ebdc09f6d2dcb584f580f49f.zip busybox-787140df3992ccc3ebdc09f6d2dcb584f580f49f.tar.gz |
remove in place of external link
Diffstat (limited to 'networking/udhcp/files.h')
-rw-r--r-- | networking/udhcp/files.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/networking/udhcp/files.h b/networking/udhcp/files.h deleted file mode 100644 index 03acee2..0000000 --- a/networking/udhcp/files.h +++ /dev/null @@ -1,19 +0,0 @@ -/* 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 |