Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Commit e89a0dd

Browse files
committed
io: Fix linkage of __xml*BufferCreateFilename functions
Make these functions usable on Windows.
1 parent 381fb50 commit e89a0dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/libxml/xmlIO.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ XMLPUBFUN int
250250
xmlInputReadCallback readFunc,
251251
xmlInputCloseCallback closeFunc);
252252

253-
xmlParserInputBufferPtr
253+
XMLPUBFUN xmlParserInputBufferPtr
254254
__xmlParserInputBufferCreateFilename(const char *URI,
255255
xmlCharEncoding enc);
256256

@@ -319,7 +319,7 @@ XMLPUBFUN int
319319
xmlOutputWriteCallback writeFunc,
320320
xmlOutputCloseCallback closeFunc);
321321

322-
xmlOutputBufferPtr
322+
XMLPUBFUN xmlOutputBufferPtr
323323
__xmlOutputBufferCreateFilename(const char *URI,
324324
xmlCharEncodingHandlerPtr encoder,
325325
int compression);

0 commit comments

Comments
 (0)