]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fix some minor warnings.
authorTed Lemon <source@isc.org>
Thu, 21 Oct 1999 12:31:53 +0000 (12:31 +0000)
committerTed Lemon <source@isc.org>
Thu, 21 Oct 1999 12:31:53 +0000 (12:31 +0000)
common/lpf.c

index a02f80425aa1fb937d408dcad89367f44e494104..936171d07be6131e83e9bc69be84cafed1bc4bfe 100644 (file)
@@ -23,7 +23,7 @@
 
 #ifndef lint
 static char copyright[] =
-"$Id: lpf.c,v 1.17 1999/10/07 06:47:49 mellon Exp $ Copyright (c) 1995, 1996, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
+"$Id: lpf.c,v 1.18 1999/10/21 12:31:53 mellon Exp $ Copyright (c) 1995, 1996, 1998, 1999 The Internet Software Consortium.  All rights reserved.\n";
 #endif /* not lint */
 
 #include "dhcpd.h"
@@ -130,6 +130,9 @@ extern int dhcp_bpf_filter_len;
 extern struct sock_filter dhcp_bpf_tr_filter [];
 extern int dhcp_bpf_tr_filter_len;
 
+static void lpf_gen_filter_setup (struct interface_info *);
+static void lpf_tr_filter_setup (struct interface_info *);
+
 void if_register_receive (info)
        struct interface_info *info;
 {