summaryrefslogtreecommitdiffstats
path: root/received.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2018-04-04 22:21:48 +0200
committermanuel <manuel@mausz.at>2018-04-04 22:21:48 +0200
commitcc31355b9901117b6145a14009060a1d4a8bccb0 (patch)
treebb84de143139f6c50e1b7a01c9e1ad252709d1eb /received.h
parent2db0ddb4b04220689901c4676bb3b78c6965d244 (diff)
downloadqmail-cc31355b9901117b6145a14009060a1d4a8bccb0.tar.gz
qmail-cc31355b9901117b6145a14009060a1d4a8bccb0.tar.bz2
qmail-cc31355b9901117b6145a14009060a1d4a8bccb0.zip
add X-UD-Smtp-Session and remove ip from authed clients
Diffstat (limited to 'received.h')
-rw-r--r--received.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/received.h b/received.h
index 4e39dda..7c98c28 100644
--- a/received.h
+++ b/received.h
@@ -2,5 +2,6 @@
2#define RECEIVED_H 2#define RECEIVED_H
3 3
4extern void received(); 4extern void received();
5extern void received_authed();
5 6
6#endif 7#endif