summaryrefslogtreecommitdiffstats
path: root/tkimg/zlib/zlibtclStubInit.c
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2016-10-27 20:28:26 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2016-10-27 20:28:26 (GMT)
commitb184baa1234c2143e488d1796ae98afab118b891 (patch)
tree686b0a47b272296205c7fa2bc789f62a03d20df6 /tkimg/zlib/zlibtclStubInit.c
parentf7560d0a451a793441216d76eb4d9475aab61740 (diff)
parent5aad878400425d3af44433a47c13824385689e1d (diff)
downloadblt-b184baa1234c2143e488d1796ae98afab118b891.zip
blt-b184baa1234c2143e488d1796ae98afab118b891.tar.gz
blt-b184baa1234c2143e488d1796ae98afab118b891.tar.bz2
Merge commit '5aad878400425d3af44433a47c13824385689e1d' as 'tkimg'
Diffstat (limited to 'tkimg/zlib/zlibtclStubInit.c')
-rw-r--r--tkimg/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 100644
index 0000000..b3484bb
--- /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 */
+ 0, /* 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. */