/* * tclStubInit.c -- * * This file contains the initializers for the Dict stub vectors. * * Copyright (c) 1998-1999 by Scriptics Corporation. * Copyright (c) 2004 by Pascal Scheffers. * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * * RCS: @(#) $Id$ */ #include "tcl.h" #include "tclZlib.h" /* * WARNING: The contents of this file is automatically generated by the * tools/genStubs.tcl script. Any modifications to the function declarations * below should be made in the generic/zlib.decls script. */ /* !BEGIN!: Do not edit below this line. */ ZlibStubs zlibStubs = { TCL_STUB_MAGIC, NULL, Zlib_Deflate, /* 0 */ Zlib_Inflate, /* 1 */ Zlib_CRC32, /* 2 */ Zlib_Adler32, /* 3 */ Zlib_StreamInit, /* 4 */ Zlib_StreamGetCommandName, /* 5 */ Zlib_StreamEof, /* 6 */ Zlib_StreamAdler32, /* 7 */ Zlib_StreamPut, /* 8 */ Zlib_StreamGet, /* 9 */ Zlib_StreamClose, /* 10 */ Zlib_StreamReset, /* 11 */ }; /* !END!: Do not edit above this line. */