summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcpd/tree.c
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2004-04-14 00:56:02 +0000
committerhenning <henning@openbsd.org>2004-04-14 00:56:02 +0000
commit3c41e82c680c97a95cf3fb06da0e74c82dca00c9 (patch)
treef9fe36d07fc2c4fc665f0665b51b70aea7678eb4 /usr.sbin/dhcpd/tree.c
parentbye bye (diff)
downloadwireguard-openbsd-3c41e82c680c97a95cf3fb06da0e74c82dca00c9.tar.xz
wireguard-openbsd-3c41e82c680c97a95cf3fb06da0e74c82dca00c9.zip
more crap bites the dust
Diffstat (limited to 'usr.sbin/dhcpd/tree.c')
-rw-r--r--usr.sbin/dhcpd/tree.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/usr.sbin/dhcpd/tree.c b/usr.sbin/dhcpd/tree.c
index cd69abd366f..76adec88127 100644
--- a/usr.sbin/dhcpd/tree.c
+++ b/usr.sbin/dhcpd/tree.c
@@ -42,12 +42,11 @@
#include "dhcpd.h"
-static time_t tree_evaluate_recurse PROTO ((int *, unsigned char **, int *,
- struct tree *));
-static time_t do_host_lookup PROTO ((int *, unsigned char **, int *,
- struct dns_host_entry *));
-static void do_data_copy PROTO ((int *, unsigned char **, int *,
- unsigned char *, int));
+static time_t tree_evaluate_recurse(int *, unsigned char **, int *,
+ struct tree *);
+static time_t do_host_lookup(int *, unsigned char **, int *,
+ struct dns_host_entry *);
+static void do_data_copy(int *, unsigned char **, int *, unsigned char *, int);
pair cons (car, cdr)
caddr_t car;