/************************************************************************* * Auto-Pro functions and structures definitions. * * IMPORTANT: this file is parsed to generate IPCMAIL.C. Only use * variables types that are defined in the AWK script. Use short instead * of int, LPVOID or LPSHORT instead of void far * or short far *. * * Note: the resultant C file will not compiler without at least one * defined symbol, so we define MAIL_DUMMY, but do not register it. *************************************************************************/ #include "ipcerr.h" #ifdef __cplusplus extern "C" { /* Assume C declarations for C++ */ #endif /* __cplusplus */ #define MAIL_DUMMY 0 IPCFUNC IpMail(LPSTR mailTo, LPSTR mailCC, LPSTR mailSubj, LPSTR mailMsg, LPSTR mailAttach); #ifdef __cplusplus } #endif /* __cplusplus */