/usr/include/lua5.3/lxplib.h is in lua-expat-dev 1.3.0-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | /*
** 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"
#define XmlDeclKey "XmlDecl"
int luaopen_lxp (lua_State *L);
|