File: xml_encoding.h

package info (click to toggle)
bibutils 4.8-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,512 kB
  • ctags: 1,340
  • sloc: ansic: 72,394; csh: 216; makefile: 117
file content (14 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * xml_getencoding.h
 *
 * Copyright (c) Chris Putnam 2007-2009
 *
 * Source code released under the GPL
 *
 */
#ifndef XML_GETENCODING_H
#define XML_GETENCODING_H

extern int xml_getencoding( newstr *s );

#endif