summaryrefslogtreecommitdiffstats
path: root/lib/luaexpat/lxplib.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2013-11-24 18:33:47 +0100
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2013-11-24 18:33:47 +0100
commit16435995a55f142538228100d61d2445ce6bb851 (patch)
tree146e54fb811dfc922851b7dda4aac07e48b7c6f4 /lib/luaexpat/lxplib.h
parentRemoved old project files (diff)
downloadcuberite-16435995a55f142538228100d61d2445ce6bb851.tar
cuberite-16435995a55f142538228100d61d2445ce6bb851.tar.gz
cuberite-16435995a55f142538228100d61d2445ce6bb851.tar.bz2
cuberite-16435995a55f142538228100d61d2445ce6bb851.tar.lz
cuberite-16435995a55f142538228100d61d2445ce6bb851.tar.xz
cuberite-16435995a55f142538228100d61d2445ce6bb851.tar.zst
cuberite-16435995a55f142538228100d61d2445ce6bb851.zip
Diffstat (limited to 'lib/luaexpat/lxplib.h')
-rw-r--r--lib/luaexpat/lxplib.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/luaexpat/lxplib.h b/lib/luaexpat/lxplib.h
new file mode 100644
index 000000000..9c0be4f78
--- /dev/null
+++ b/lib/luaexpat/lxplib.h
@@ -0,0 +1,24 @@
+/*
+** See Copyright Notice in license.html
+*/
+
+#define ParserType "Expat"
+
+#define StartCdataKey "StartCdataSection"
+#define EndCdataKey "EndCdataSection"
+#define CharDataKey "CharacterData"
+#define CommentKey "Comment"
+#define DefaultKey "Default"
+#define DefaultExpandKey "DefaultExpand"
+#define StartElementKey "StartElement"
+#define EndElementKey "EndElement"
+#define ExternalEntityKey "ExternalEntityRef"
+#define StartNamespaceDeclKey "StartNamespaceDecl"
+#define EndNamespaceDeclKey "EndNamespaceDecl"
+#define NotationDeclKey "NotationDecl"
+#define NotStandaloneKey "NotStandalone"
+#define ProcessingInstructionKey "ProcessingInstruction"
+#define UnparsedEntityDeclKey "UnparsedEntityDecl"
+#define StartDoctypeDeclKey "StartDoctypeDecl"
+
+int luaopen_lxp (lua_State *L);