From: Ted Lemon Date: Fri, 6 Nov 1998 02:40:04 +0000 (+0000) Subject: Add hostname type to dns_host_entry_allocate X-Git-Tag: carrel-2~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71bf7bfebdbea023199547eacbebe83bf01f752e;p=thirdparty%2Fdhcp.git Add hostname type to dns_host_entry_allocate --- diff --git a/common/alloc.c b/common/alloc.c index e7317eec4..f66f71868 100644 --- a/common/alloc.c +++ b/common/alloc.c @@ -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;