diff options
author | Gilles Chehade <gilles@cvs.openbsd.org> | 2008-11-25 23:06:16 +0000 |
---|---|---|
committer | Gilles Chehade <gilles@cvs.openbsd.org> | 2008-11-25 23:06:16 +0000 |
commit | 6e4a538c32d16fcf34d2f036edcbe9ca0c5fec86 (patch) | |
tree | 56a2e66c5253b2252199241fc2553ed96f047d86 /usr.sbin/smtpd/smtpd.h | |
parent | a4da895d5e3f5a0e64c2271f9729508beb443b0e (diff) |
- more prototype moving to smtpd.h
Diffstat (limited to 'usr.sbin/smtpd/smtpd.h')
-rw-r--r-- | usr.sbin/smtpd/smtpd.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/smtpd/smtpd.h b/usr.sbin/smtpd/smtpd.h index 102b463131a..a20582e0a25 100644 --- a/usr.sbin/smtpd/smtpd.h +++ b/usr.sbin/smtpd/smtpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: smtpd.h,v 1.15 2008/11/25 23:03:24 gilles Exp $ */ +/* $OpenBSD: smtpd.h,v 1.16 2008/11/25 23:06:15 gilles Exp $ */ /* * Copyright (c) 2008 Gilles Chehade <gilles@openbsd.org> @@ -658,6 +658,10 @@ int msgbuf_write(struct msgbuf *); size_t getmxbyname(char *, char ***); +/* forward.c */ +int forwards_get(struct aliaseslist *, char *); + + /* imsg.c */ void imsg_init(struct imsgbuf *, int, void (*)(int, short, void *)); ssize_t imsg_read(struct imsgbuf *); |