home *** CD-ROM | disk | FTP | other *** search
- #ifndef IMPEXP_H
- #define IMPEXP_H
-
- /************************************************************************
- * impexp.h:
- * global externs for import/export filters
- *
- *************************************************************************/
-
- BOOL ImportAscii(char *);
- BOOL ExportAscii(char *);
- #endif
-