1#ifndef __TIDY_MAPPED_IO_H__
2#define __TIDY_MAPPED_IO_H__
3
4/* Interface to mmap style I/O
5
6   (c) 2006 (W3C) MIT, ERCIM, Keio University
7   See tidy.h for the copyright notice.
8
9   $Id: mappedio.h,v 1.1 2007/01/31 02:44:03 iccir Exp $
10*/
11
12#if defined(_WIN32)
13int TY_(DocParseFileWithMappedFile)( TidyDocImpl* doc, ctmbstr filnam );
14#endif
15
16#endif /* __TIDY_MAPPED_IO_H__ */
17