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