From 71bf7bfebdbea023199547eacbebe83bf01f752e Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Fri, 6 Nov 1998 02:40:04 +0000 Subject: [PATCH] Add hostname type to dns_host_entry_allocate --- common/alloc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.47.3