~ubuntu-branches/ubuntu/vivid/tidy/vivid-updates

« back to all changes in this revision

Viewing changes to src/win32tc.h

  • Committer: Bazaar Package Importer
  • Author(s): Jason Thomas
  • Date: 2008-01-20 21:46:03 UTC
  • mfrom: (0.2.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080120214603-oqicq5jwr1exrm55
Tags: 20080116cvs-2
* debian/control: build depends on xsltproc
  (closes: #461608)
* debian/tidy.preinst,postinst: add code to move old config file
  (closes: #461623)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
/* win32tc.h -- Interface to Win32 transcoding routines
6
6
 
7
 
   (c) 1998-2003 (W3C) MIT, ERCIM, Keio University
 
7
   (c) 1998-2006 (W3C) MIT, ERCIM, Keio University
8
8
   See tidy.h for the copyright notice.
9
9
 
10
 
   $Id: win32tc.h,v 1.1 2003/04/25 04:26:12 hoehrmann Exp $
 
10
   $Id: win32tc.h,v 1.3 2006/12/29 16:31:09 arnaud02 Exp $
11
11
*/
12
12
 
13
 
uint Win32MLangGetCPFromName(ctmbstr encoding);
14
 
Bool Win32MLangInitInputTranscoder(StreamIn * in, uint wincp);
15
 
void Win32MLangUninitInputTranscoder(StreamIn * in);
16
 
int Win32MLangGetChar(byte firstByte, StreamIn * in, uint * bytesRead);
 
13
uint TY_(Win32MLangGetCPFromName)(TidyAllocator *allocator,ctmbstr encoding);
 
14
Bool TY_(Win32MLangInitInputTranscoder)(StreamIn * in, uint wincp);
 
15
void TY_(Win32MLangUninitInputTranscoder)(StreamIn * in);
 
16
int TY_(Win32MLangGetChar)(byte firstByte, StreamIn * in, uint * bytesRead);
17
17
 
18
18
#endif /* TIDY_WIN32_MLANG_SUPPORT */
19
19
#endif /* __WIN32TC_H__ */