summaryrefslogtreecommitdiffstats
path: root/tkimg/zlib/zlibtclStubInit.c
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-01-03 21:52:18 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-01-03 21:52:18 (GMT)
commit4302a869f0212a3e4878e66a7260b434f6584476 (patch)
treee6976e66edf648406e32b092395121e045301692 /tkimg/zlib/zlibtclStubInit.c
parenta780057cc1b51dd3a557549c3cf2431f09136c0d (diff)
parent60d692811c12788ed4468d5ff680633304e8f641 (diff)
downloadblt-4302a869f0212a3e4878e66a7260b434f6584476.zip
blt-4302a869f0212a3e4878e66a7260b434f6584476.tar.gz
blt-4302a869f0212a3e4878e66a7260b434f6584476.tar.bz2
Merge commit '60d692811c12788ed4468d5ff680633304e8f641' as 'tkimg'
Diffstat (limited to 'tkimg/zlib/zlibtclStubInit.c')
-rwxr-xr-xtkimg/zlib/zlibtclStubInit.c74
1 files changed, 74 insertions, 0 deletions
diff --git a/tkimg/zlib/zlibtclStubInit.c b/tkimg/zlib/zlibtclStubInit.c
new file mode 100755
index 0000000..78a6f76
--- /dev/null
+++ b/tkimg/zlib/zlibtclStubInit.c
@@ -0,0 +1,74 @@
+/*
+ * zlibtclStubInit.c --
+ */
+
+#include "zlibtcl.h"
+
+/*
+ * Remove macros that will interfere with the definitions below.
+ */
+
+
+/*
+ * WARNING: The contents of this file is automatically generated by the
+ * genStubs.tcl script. Any modifications to the function declarations
+ * below should be made in the zlibtcl.decls script.
+ */
+
+MODULE_SCOPE const ZlibtclStubs zlibtclStubs;
+
+/* !BEGIN!: Do not edit below this line. */
+
+const ZlibtclStubs zlibtclStubs = {
+ TCL_STUB_MAGIC,
+ 0,
+ zlibVersion, /* 0 */
+ zError, /* 1 */
+ crc32, /* 2 */
+ adler32, /* 3 */
+ 0, /* 4 */
+ 0, /* 5 */
+ 0, /* 6 */
+ 0, /* 7 */
+ 0, /* 8 */
+ 0, /* 9 */
+ deflateInit_, /* 10 */
+ deflateInit2_, /* 11 */
+ deflate, /* 12 */
+ deflateEnd, /* 13 */
+ deflateSetDictionary, /* 14 */
+ deflateCopy, /* 15 */
+ deflateReset, /* 16 */
+ deflateParams, /* 17 */
+ compress, /* 18 */
+ compress2, /* 19 */
+ inflateInit_, /* 20 */
+ inflateInit2_, /* 21 */
+ inflate, /* 22 */
+ inflateEnd, /* 23 */
+ inflateSetDictionary, /* 24 */
+ inflateSync, /* 25 */
+ inflateReset, /* 26 */
+ uncompress, /* 27 */
+ inflateReset2, /* 28 */
+ 0, /* 29 */
+ gzopen, /* 30 */
+ gzdopen, /* 31 */
+ gzsetparams, /* 32 */
+ gzread, /* 33 */
+ gzwrite, /* 34 */
+ gzprintf, /* 35 */
+ gzputs, /* 36 */
+ gzgets, /* 37 */
+ gzputc, /* 38 */
+ gzgetc, /* 39 */
+ gzflush, /* 40 */
+ gzseek, /* 41 */
+ gzrewind, /* 42 */
+ gztell, /* 43 */
+ gzeof, /* 44 */
+ gzclose, /* 45 */
+ gzerror, /* 46 */
+};
+
+/* !END!: Do not edit above this line. */