We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e68017 commit 0a0f5f3Copy full SHA for 0a0f5f3
xmlua/libxml2/c14n.lua
@@ -7,8 +7,6 @@ ffi.cdef[[
7
XML_C14N_1_1 = 2, /* C14N 1.1 spec */
8
} xmlC14NMode;
9
10
- typedef unsigned char xmlChar;
11
- typedef struct _xmlBuffer xmlBuffer;
12
typedef xmlBuffer *xmlBufferPtr;
13
14
typedef struct _xmlCharEncodingHandler xmlCharEncodingHandler;
0 commit comments