summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2008-12-11 01:21:51 (GMT)
committerdkf <dkf@noemail.net>2008-12-11 01:21:51 (GMT)
commit8e7bc1ee40e43ea982879add042fdde6ef873137 (patch)
treec49375210a3dc50aed061ef11fbb81eb599dcdad /generic/tclInt.h
parent511f89e0b754d2c2f123f5d55a88a6c714e655ed (diff)
downloadtcl-8e7bc1ee40e43ea982879add042fdde6ef873137.zip
tcl-8e7bc1ee40e43ea982879add042fdde6ef873137.tar.gz
tcl-8e7bc1ee40e43ea982879add042fdde6ef873137.tar.bz2
First hack at TIP#234
FossilOrigin-Name: b84ee14c8c7da55c8c050da775ecf656915451fd
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index e373a6c..7e3d1e4 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -15,7 +15,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclInt.h,v 1.409 2008/12/10 18:21:47 ferrieux Exp $
+ * RCS: @(#) $Id: tclInt.h,v 1.410 2008/12/11 01:21:52 dkf Exp $
*/
#ifndef _TCLINT
@@ -2847,6 +2847,7 @@ MODULE_SCOPE Tcl_WideInt TclpGetWideClicks(void);
MODULE_SCOPE double TclpWideClicksToNanoseconds(Tcl_WideInt clicks);
#endif
MODULE_SCOPE Tcl_Obj * TclDisassembleByteCodeObj(Tcl_Obj *objPtr);
+MODULE_SCOPE int TclZlibInit(Tcl_Interp *interp);
MODULE_SCOPE void * TclpThreadCreateKey(void);
MODULE_SCOPE void TclpThreadDeleteKey(void *keyPtr);