home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / s / spconv / !Spconv / h / genutils next >
Encoding:
Text File  |  1994-09-22  |  242 b   |  14 lines

  1. /* Program: Genutils.h
  2.  *
  3.  * Purpose: Provide some general utilties
  4.  *
  5.  */
  6.  
  7. #ifndef Genutils_h
  8. #define Genutils_h
  9.  
  10. extern BOOL Genutils_Copy_File (char *From, char *To);
  11. extern BOOL Genutils_Set_File_Type (char *ForFile, int ToType);
  12.  
  13. #endif
  14.