summaryrefslogtreecommitdiff
path: root/libexec/spamd
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-06 21:57:28 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-06 21:57:28 +0000
commit05a9b00ba2dad2a103b0550d1ff770c9dea41c67 (patch)
tree39c6d68bb6da2388105cf221b6df680d79d26329 /libexec/spamd
parentf5d8fe7463b9acf36c91d3674cf770c40cd09452 (diff)
bring protos into scope
Diffstat (limited to 'libexec/spamd')
-rw-r--r--libexec/spamd/sdl.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/libexec/spamd/sdl.c b/libexec/spamd/sdl.c
index c96503dce67..a668c32f06c 100644
--- a/libexec/spamd/sdl.c
+++ b/libexec/spamd/sdl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sdl.c,v 1.6 2003/03/03 22:22:23 cloder Exp $ */
+/* $OpenBSD: sdl.c,v 1.7 2003/07/06 21:57:27 deraadt Exp $ */
/*
* Copyright (c) 2003 Bob Beck. All rights reserved.
*
@@ -47,6 +47,8 @@
static void sdl_free(struct sdlist *);
static void sdl_clear(struct sdlist *);
+int match_addr(struct sdaddr *a, struct sdaddr *m, struct sdaddr *b,
+ sa_family_t af);
extern int debug;
struct sdlist *blacklists = NULL;