00001 #ifndef _SMTP_RELAY_ 00002 #define _SMTP_RELAY_ 00003 00004 #include "smbrelay.h" 00005 00006 int HandleIncommingSMTPRequest(RELAY *relay, char *destinationhostname,int destinationport); 00007 00008 #endif 00009