/* ftpcmd.h */ #ifndef __FTPCMD_H #define __FTPCMD_H #include "windows.h" int Ftp_Itr(const HWND hWnd,LPCSTR szCmdLine,LPSTR szOutput,const DWORD wSize); #endif /* __FTP_CMD_H */