summaryrefslogtreecommitdiff
path: root/common/lpf.c
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-10-21 12:31:53 +0000
committerTed Lemon <source@isc.org>1999-10-21 12:31:53 +0000
commitc4906ac04328fcba8b4d24af87a0cec54b7802c6 (patch)
treeba4f700b66bf9cc2486f26c4402503b7296c9cef /common/lpf.c
parent63f8b3234022a671d9d0ae55af292561df2893ef (diff)
downloadisc-dhcp-c4906ac04328fcba8b4d24af87a0cec54b7802c6.tar.gz
Fix some minor warnings.
Diffstat (limited to 'common/lpf.c')
-rw-r--r--common/lpf.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/common/lpf.c b/common/lpf.c
index a02f8042..936171d0 100644
--- a/common/lpf.c
+++ b/common/lpf.c
@@ -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;
{