Skip to content

Commit 39ad3e6

Browse files
authored
Merge pull request #4 from thesamesam/clang16
Fix -Wimplicit-function-declaration
2 parents b489fd4 + 45d1b8a commit 39ad3e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tclxml.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
#include <tclxslt/tclxslt.h>
2121
#include <string.h>
2222

23+
int Tcldom_libxml2_Init ( Tcl_Interp *interp );
24+
2325
#define TCL_DOES_STUBS \
2426
(TCL_MAJOR_VERSION > 8 || TCL_MAJOR_VERSION == 8 && (TCL_MINOR_VERSION > 1 || \
2527
(TCL_MINOR_VERSION == 1 && TCL_RELEASE_LEVEL == TCL_FINAL_RELEASE)))

0 commit comments

Comments
 (0)