Skip to content

Commit 45d1b8a

Browse files
committed
Fix -Wimplicit-function-declaration
Signed-off-by: Sam James <sam@gentoo.org>
1 parent b489fd4 commit 45d1b8a

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)