File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,6 @@ ffi.cdef[[
77 XML_C14N_1_1 = 2 , /* C14N 1.1 spec */
88 } xmlC14NMode;
99
10- typedef struct _xmlCharEncodingHandler xmlCharEncodingHandler;
11- typedef xmlCharEncodingHandler *xmlCharEncodingHandlerPtr;
12-
1310 typedef int (* xmlOutputWriteCallback ) (void * context , const char * buffer , int len );
1411 typedef int (* xmlOutputCloseCallback ) (void * context );
1512
Original file line number Diff line number Diff line change @@ -30,4 +30,7 @@ typedef enum {
3030
3131typedef int (* xmlCharEncodingOutputFunc )(unsigned char * out , int * outlen ,
3232 const unsigned char * in , int * inlen );
33+
34+ typedef struct _xmlCharEncodingHandler xmlCharEncodingHandler;
35+ typedef xmlCharEncodingHandler *xmlCharEncodingHandlerPtr;
3336]]
You can’t perform that action at this time.
0 commit comments