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 ba08aa3 commit ba4560dCopy full SHA for ba4560d
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 xmlBuffer *xmlBufferPtr;
11
-
12
typedef struct _xmlCharEncodingHandler xmlCharEncodingHandler;
13
typedef xmlCharEncodingHandler *xmlCharEncodingHandlerPtr;
14
xmlua/libxml2/tree.lua
@@ -87,6 +87,7 @@ typedef enum {
87
} xmlBufferAllocationScheme;
88
89
typedef struct _xmlBuffer xmlBuffer;
90
+typedef xmlBuffer *xmlBufferPtr;
91
struct _xmlBuffer {
92
xmlChar *content; /* The buffer content UTF8 */
93
unsigned int use; /* The buffer size used */
0 commit comments