summaryrefslogtreecommitdiffstats
path: root/received.h
diff options
context:
space:
mode:
Diffstat (limited to 'received.h')
-rw-r--r--received.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/received.h b/received.h
index 473c3ca..2476454 100644
--- a/received.h
+++ b/received.h
@@ -5,9 +5,11 @@
5 5
6void received(const struct qmail *qqt, const char *protocol, 6void received(const struct qmail *qqt, const char *protocol,
7 const char *local, const char *remoteip, const char *remotehost, 7 const char *local, const char *remoteip, const char *remotehost,
8 const char *remoteinfo, const char *remotesession, const char *helo 8 const char *remoteinfo, const char *helo
9); 9);
10void received_authed(const struct qmail *qqt, const char *protocol, 10void received_authed(const struct qmail *qqt, const char *protocol,
11 const char *local, const char *remoteinfo, const char *remotesession); 11 const char *local);
12void xsmtpsession(const struct qmail *qqt,
13 const char *remoteinfo, const char *remotesession);
12 14
13#endif 15#endif