]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Wrap prototype with PROTO for SunOS
authorTed Lemon <source@isc.org>
Sat, 29 Mar 1997 10:36:56 +0000 (10:36 +0000)
committerTed Lemon <source@isc.org>
Sat, 29 Mar 1997 10:36:56 +0000 (10:36 +0000)
common/dispatch.c

index f483e4686d7c309cf9115677c0f1a1abea89346a..209d88604292d0bef99ee7af09b015dec97c4057 100644 (file)
@@ -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;