aboutsummaryrefslogtreecommitdiff
path: root/libxsde/xsde/c/expat/xmltok_ns.c
diff options
context:
space:
mode:
Diffstat (limited to 'libxsde/xsde/c/expat/xmltok_ns.c')
-rw-r--r--libxsde/xsde/c/expat/xmltok_ns.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/libxsde/xsde/c/expat/xmltok_ns.c b/libxsde/xsde/c/expat/xmltok_ns.c
index d2f8938..c3b88fd 100644
--- a/libxsde/xsde/c/expat/xmltok_ns.c
+++ b/libxsde/xsde/c/expat/xmltok_ns.c
@@ -1,3 +1,10 @@
+/* Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
+ See the file COPYING for copying permission.
+*/
+
+/* This file is included! */
+#ifdef XML_TOK_NS_C
+
const ENCODING *
NS(XmlGetUtf8InternalEncoding)(void)
{
@@ -104,3 +111,5 @@ NS(XmlParseXmlDecl)(int isGeneralTextEntity,
encoding,
standalone);
}
+
+#endif /* XML_TOK_NS_C */