summaryrefslogtreecommitdiff
path: root/includes/dhcpd.h
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1996-09-02 21:16:25 +0000
committerTed Lemon <source@isc.org>1996-09-02 21:16:25 +0000
commite2ac5814377073e1b9636c4d27e96bdef3719523 (patch)
tree9d45a93cb3d365bddc4a7adf6351c9c3df0a1cd8 /includes/dhcpd.h
parenteb5cc81eb96d1ca7349c615ce0739792e489dad4 (diff)
downloadisc-dhcp-e2ac5814377073e1b9636c4d27e96bdef3719523.tar.gz
Support for -lf and -cf flags
Diffstat (limited to 'includes/dhcpd.h')
-rw-r--r--includes/dhcpd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h
index c4f4857f..4336558e 100644
--- a/includes/dhcpd.h
+++ b/includes/dhcpd.h
@@ -288,6 +288,10 @@ extern int log_perror;
extern struct interface_info fallback_interface;
#endif
+extern char *path_dhcpd_conf;
+extern char *path_dhcpd_db;
+extern char *path_dhcpd_pid;
+
int main PROTO ((int, char **, char **));
void cleanup PROTO ((void));