home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / network / eqtree / copy.h < prev    next >
C/C++ Source or Header  |  1994-01-18  |  244b  |  18 lines

  1. /*
  2.  * COPY.h
  3.  *
  4.  * Copy-Routine für große Dateien
  5.  *
  6.  * Autor: SG
  7.  * Stand: 25.1.93
  8.  *
  9.  */
  10.  
  11. #ifndef __COPY_H
  12. #define __COPY_H
  13.  
  14. int COMakeWritable(const char *FileName);
  15. int COCopy(const char *Source, const char *Dest);
  16.  
  17. #endif
  18.