From: Ted Lemon Date: Sat, 29 Mar 1997 10:36:56 +0000 (+0000) Subject: Wrap prototype with PROTO for SunOS X-Git-Tag: DHCP-970329~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94b63c64671ed4ad61cfb37a091f72c59fa05484;p=thirdparty%2Fdhcp.git Wrap prototype with PROTO for SunOS --- diff --git a/common/dispatch.c b/common/dispatch.c index f483e4686..209d88604 100644 --- a/common/dispatch.c +++ b/common/dispatch.c @@ -42,7 +42,7 @@ #ifndef lint static char copyright[] = -"$Id: dispatch.c,v 1.39 1997/03/29 01:39:38 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; +"$Id: dispatch.c,v 1.40 1997/03/29 10:36:56 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -687,7 +687,7 @@ void cancel_timeout (where, what) void add_protocol (name, fd, handler, local) char *name; int fd; - void (*handler) (struct protocol *); + void (*handler) PROTO ((struct protocol *)); void *local; { struct protocol *p;