/************************************************************************* * Auto-Pro functions and structures definitions. * * IMPORTANT: this file is parsed to generate IPCFTP.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 FTP_DUMMY, but do not register it. *************************************************************************/ #include "ipcerr.h" #ifdef __cplusplus extern "C" { /* Assume C declarations for C++ */ #endif /* __cplusplus */ #define FTP_DUMMY 0 IPCFUNC IpFTPOpen(LPSTR server, LPSTR remotefile); IPCFUNC IpFTPSave(LPSTR server, LPSTR remotefile); #ifdef __cplusplus } #endif /* __cplusplus */