diff options
Diffstat (limited to 'received.h')
| -rw-r--r-- | received.h | 10 |
1 files changed, 8 insertions, 2 deletions
| @@ -1,7 +1,13 @@ | |||
| 1 | #ifndef RECEIVED_H | 1 | #ifndef RECEIVED_H |
| 2 | #define RECEIVED_H | 2 | #define RECEIVED_H |
| 3 | 3 | ||
| 4 | extern void received(); | 4 | #include "qmail.h" |
| 5 | extern void received_authed(); | 5 | |
| 6 | void received(const struct qmail *qqt, const char *protocol, | ||
| 7 | const char *local, const char *remoteip, const char *remotehost, | ||
| 8 | const char *remoteinfo, const char *remotesession, const char *helo | ||
| 9 | ); | ||
| 10 | void received_authed(const struct qmail *qqt, const char *protocol, | ||
| 11 | const char *local, const char *remoteinfo, const char *remotesession); | ||
| 6 | 12 | ||
| 7 | #endif | 13 | #endif |
