summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2009-11-03 10:56:51 +0000
committernicm <nicm@openbsd.org>2009-11-03 10:56:51 +0000
commite0eaef2fab7213096a1b8130c554e968cfdcc018 (patch)
tree6efcfaa42fa9c42021ef49101c1be753c863856f
parentsimplify deptree handling, since we handle this at the set level. (diff)
downloadwireguard-openbsd-e0eaef2fab7213096a1b8130c554e968cfdcc018.tar.xz
wireguard-openbsd-e0eaef2fab7213096a1b8130c554e968cfdcc018.zip
Don't need regex.h and remove two declarations that are now in smtpd.h.
ok jacekm
-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 *);