summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/lka.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2009-11-03 10:56:52 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2009-11-03 10:56:52 +0000
commite5888cd56b381838e11260d5af85260b96ce1f4e (patch)
tree873572a9122a08ef449f1e210cc79dc9f32ef828 /usr.sbin/smtpd/lka.c
parent2bd1390dff4b093b99fc675f57f2b33fb16e1953 (diff)
Don't need regex.h and remove two declarations that are now in smtpd.h.
ok jacekm
Diffstat (limited to 'usr.sbin/smtpd/lka.c')
-rw-r--r--usr.sbin/smtpd/lka.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/smtpd/lka.c b/usr.sbin/smtpd/lka.c
index 7a6cdfcad05..d7170930254 100644
--- a/usr.sbin/smtpd/lka.c
+++ b/usr.sbin/smtpd/lka.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lka.c,v 1.72 2009/10/25 21:50:46 gilles Exp $ */
+/* $OpenBSD: lka.c,v 1.73 2009/11/03 10:56:51 nicm Exp $ */
/*
* Copyright (c) 2008 Pierre-Yves Ritschard <pyr@openbsd.org>
@@ -32,7 +32,6 @@
#include <event.h>
#include <netdb.h>
#include <pwd.h>
-#include <regex.h>
#include <resolv.h>
#include <signal.h>
#include <stdio.h>
@@ -55,8 +54,6 @@ void lka_disable_events(struct smtpd *);
int lka_verify_mail(struct smtpd *, struct path *);
int lka_forward_file(struct passwd *);
size_t lka_expand(char *, size_t, struct path *);
-int aliases_exist(struct smtpd *, char *);
-int aliases_get(struct smtpd *, struct aliaseslist *, char *);
int lka_resolve_alias(struct smtpd *, char *tag, struct path *, struct alias *);
int lka_parse_include(char *);
int lka_check_source(struct smtpd *, struct map *, struct sockaddr_storage *);