summaryrefslogtreecommitdiffstats
path: root/lib/luaexpat/lxplib.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2015-05-09 01:00:13 +0200
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2015-07-10 00:06:24 +0200
commit51a118f1ef0c524aef823b42bca3bf5a4ff8ae59 (patch)
tree1ab4a8a8ab68d81a99ea9c160fe0209c6053c82d /lib/luaexpat/lxplib.h
parentUpdated expat (diff)
downloadcuberite-51a118f1ef0c524aef823b42bca3bf5a4ff8ae59.tar
cuberite-51a118f1ef0c524aef823b42bca3bf5a4ff8ae59.tar.gz
cuberite-51a118f1ef0c524aef823b42bca3bf5a4ff8ae59.tar.bz2
cuberite-51a118f1ef0c524aef823b42bca3bf5a4ff8ae59.tar.lz
cuberite-51a118f1ef0c524aef823b42bca3bf5a4ff8ae59.tar.xz
cuberite-51a118f1ef0c524aef823b42bca3bf5a4ff8ae59.tar.zst
cuberite-51a118f1ef0c524aef823b42bca3bf5a4ff8ae59.zip
Diffstat (limited to 'lib/luaexpat/lxplib.h')
-rw-r--r--lib/luaexpat/lxplib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/luaexpat/lxplib.h b/lib/luaexpat/lxplib.h
index 9c0be4f78..4c7084c46 100644
--- a/lib/luaexpat/lxplib.h
+++ b/lib/luaexpat/lxplib.h
@@ -20,5 +20,6 @@
#define ProcessingInstructionKey "ProcessingInstruction"
#define UnparsedEntityDeclKey "UnparsedEntityDecl"
#define StartDoctypeDeclKey "StartDoctypeDecl"
+#define XmlDeclKey "XmlDecl"
int luaopen_lxp (lua_State *L);