home *** CD-ROM | disk | FTP | other *** search
/ Amiga Times / AmigaTimes.iso / sonstiges / tools / amiCheck / Source / impexp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-10-06  |  316 b   |  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.