home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Utilities / amiCheck / Source / impexp.h < prev    next >
C/C++ Source or Header  |  1995-09-16  |  316b  |  13 lines

  1. #ifndef IMPEXP_H
  2. #define IMPEXP_H
  3.  
  4. /************************************************************************
  5. *   impexp.h:
  6. *   global externs for import/export filters
  7. *   
  8. *************************************************************************/
  9.         
  10. BOOL ImportAscii(char *);
  11. BOOL ExportAscii(char *);
  12. #endif
  13.