summaryrefslogtreecommitdiff
path: root/dev-tcltk/tclxml/files/tclxml-3.2-fix-implicit-declarations.patch
blob: dba4973c1fd90056ec2a911cd89d679bef9caa9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
https://github.com/flightaware/TclXML/pull/4

--- a/tclxml.c
+++ b/tclxml.c
@@ -20,6 +20,8 @@
 #include <tclxslt/tclxslt.h>
 #include <string.h>
 
+int Tcldom_libxml2_Init ( Tcl_Interp *interp );
+
 #define TCL_DOES_STUBS \
     (TCL_MAJOR_VERSION > 8 || TCL_MAJOR_VERSION == 8 && (TCL_MINOR_VERSION > 1 || \
     (TCL_MINOR_VERSION == 1 && TCL_RELEASE_LEVEL == TCL_FINAL_RELEASE)))