From 787140df3992ccc3ebdc09f6d2dcb584f580f49f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 23 Mar 2006 23:44:29 +0000 Subject: remove in place of external link --- networking/udhcp/files.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 networking/udhcp/files.h (limited to 'networking/udhcp/files.h') diff --git a/networking/udhcp/files.h b/networking/udhcp/files.h deleted file mode 100644 index 03acee2fc..000000000 --- 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 -- cgit v1.2.3