diff options
Diffstat (limited to 'received.h')
| -rw-r--r-- | received.h | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -5,9 +5,11 @@ | |||
| 5 | 5 | ||
| 6 | void received(const struct qmail *qqt, const char *protocol, | 6 | void 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 | ); |
| 10 | void received_authed(const struct qmail *qqt, const char *protocol, | 10 | void received_authed(const struct qmail *qqt, const char *protocol, |
| 11 | const char *local, const char *remoteinfo, const char *remotesession); | 11 | const char *local); |
| 12 | void xsmtpsession(const struct qmail *qqt, | ||
| 13 | const char *remoteinfo, const char *remotesession); | ||
| 12 | 14 | ||
| 13 | #endif | 15 | #endif |
