From ea65d4077ef46c97172a92f71820cd2a447ef48a Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Tue, 3 Jun 1997 01:40:58 +0000 Subject: [PATCH] Enclose prototype in PROTO. --- client/dhclient.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/dhclient.c b/client/dhclient.c index 592f4d3d8..809f9ff2e 100644 --- a/client/dhclient.c +++ b/client/dhclient.c @@ -56,7 +56,7 @@ #ifndef lint static char copyright[] = -"$Id: dhclient.c,v 1.38 1997/06/02 22:45:08 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; +"$Id: dhclient.c,v 1.39 1997/06/03 01:40:58 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -598,7 +598,7 @@ void dhcp (packet) struct packet *packet; { struct iaddrlist *ap; - void (*handler) (struct packet *); + void (*handler) PROTO ((struct packet *)); char *type; switch (packet -> packet_type) { -- 2.47.3