home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Networking / ncftp-2.4.2-MIHS / src / Put.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-13  |  391 b   |  15 lines

  1. /* Put.h */
  2.  
  3. #ifndef _xfer_h_
  4. #include "Xfer.h"
  5. #endif
  6.  
  7. long AsciiGetLocalProc(char *, size_t, XferSpecPtr);
  8. long AsciiPutRemoteProc(char *, size_t, XferSpecPtr);
  9. int BinaryPut(char *, int, char *, long);
  10. int AsciiPut(char *, int, char *, long);
  11. void GetLocalSendFileName(char *, char *, size_t);
  12. int OpenLocalSendFile(char *, long *);
  13. int PutCmd(int, char **);
  14. int CreateCmd(int, char **);
  15.