summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcpd/tree.c
diff options
context:
space:
mode:
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;