home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / slfinsta.zip / include / uac_crt.h < prev    next >
C/C++ Source or Header  |  2000-03-26  |  261b  |  15 lines

  1. /* $Id: uac_crt.h,v 1.1 2000/03/27 04:53:07 ktk Exp $ */
  2.  
  3. #ifndef __uac_crt_h
  4. #define __uac_crt_h
  5.  
  6.  
  7. #include "acestruc.h"
  8.  
  9. CHAR *ace_fname(CHAR * s, thead * head, INT nopath);
  10. INT  create_dest_file(CHAR * file, INT a);
  11.  
  12.  
  13. #endif /* __uac_crt_h */
  14.  
  15.