remove in place of external link

This commit is contained in:
Mike Frysinger
2006-03-23 23:44:29 +00:00
parent e0fe937593
commit 787140df39
48 changed files with 0 additions and 5062 deletions

View File

@@ -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