#ifndef RECEIVED_H #define RECEIVED_H #include "qmail.h" void received(const struct qmail *qqt, const char *protocol, const char *local, const char *remoteip, const char *remotehost, const char *remoteinfo, const char *helo ); void received_authed(const struct qmail *qqt, const char *protocol, const char *local); void xsmtpsession(const struct qmail *qqt, const char *remoteinfo, const char *remotesession); #endif