]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add hostname type to dns_host_entry_allocate
authorTed Lemon <source@isc.org>
Fri, 6 Nov 1998 02:40:04 +0000 (02:40 +0000)
committerTed Lemon <source@isc.org>
Fri, 6 Nov 1998 02:40:04 +0000 (02:40 +0000)
common/alloc.c

index e7317eec4414891c3b5d145934fbad1e3989d9a0..f66f71868a1d4ee6e7d3b7b9160fcf8ad4336baa 100644 (file)
@@ -42,7 +42,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: alloc.c,v 1.17 1998/11/06 01:06:44 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: alloc.c,v 1.18 1998/11/06 02:40:04 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -472,6 +472,7 @@ int buffer_dereference (ptr, name)
 
 int dns_host_entry_allocate (ptr, hostname, name)
        struct dns_host_entry **ptr;
+       char *hostname;
        char *name;
 {
        struct dns_host_entry *bp;