home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / repease / util.h < prev    next >
Text File  |  1994-12-07  |  471b  |  14 lines

  1. /******************************************************************************
  2.    Function Prototypes
  3. ******************************************************************************/
  4. #ifndef UTILCPLUSPLUS
  5.    #if defined(__cplusplus) 
  6.       #define UTILCPLUSPLUS extern "C"
  7.    #else
  8.       #define UTILCPLUSPLUS
  9.    #endif
  10. #endif
  11.  
  12. UTILCPLUSPLUS int WINAPI _export FileJoin(LPSTR,int,LPSTR,int,LPSTR);
  13. UTILCPLUSPLUS int WINAPI _export FileSort(LPSTR,int,LPINT);
  14.