diff options
Diffstat (limited to 'lib/luaexpat/lxplib.h')
-rw-r--r-- | lib/luaexpat/lxplib.h | 1 |
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); |