summaryrefslogtreecommitdiff
path: root/sbin/dhclient/dhcpd.h
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2004-04-14 20:22:28 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2004-04-14 20:22:28 +0000
commit870c6104a921f8c58c7615b964d078d667429624 (patch)
tree745d2109144748b7a3f86ede5b4434b70bedf84d /sbin/dhclient/dhcpd.h
parentfe4328a186b83ec951ca7665dd3447927cb8a587 (diff)
get rif of the few dmalloc/dfree occurances that were left
Diffstat (limited to 'sbin/dhclient/dhcpd.h')
-rw-r--r--sbin/dhclient/dhcpd.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/dhclient/dhcpd.h b/sbin/dhclient/dhcpd.h
index bdde0e508a0..f2533d81feb 100644
--- a/sbin/dhclient/dhcpd.h
+++ b/sbin/dhclient/dhcpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dhcpd.h,v 1.27 2004/04/14 20:15:47 henning Exp $ */
+/* $OpenBSD: dhcpd.h,v 1.28 2004/04/14 20:22:27 henning Exp $ */
/*
* Copyright (c) 2004 Henning Brauer <henning@openbsd.org>
@@ -290,8 +290,6 @@ struct dns_host_entry *enter_dns_host(char *);
pair cons(caddr_t, pair);
/* alloc.c */
-void *dmalloc(int, char *);
-void dfree(void *, char *);
struct string_list *new_string_list(size_t size, char * name);
struct hash_table *new_hash_table(int, char *);
struct hash_bucket *new_hash_bucket(char *);