summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2014-08-01 17:17:24 (GMT)
committerdgp <dgp@users.sourceforge.net>2014-08-01 17:17:24 (GMT)
commitb86e4ae4f1c064097acc816bb6fa8c922ac200f0 (patch)
treed069b91d88c64c87269e9ad87b9394ef9975932e /generic/tclInt.h
parent14a36b74c755055275d4e8c8470857a54c4416e4 (diff)
parentb0d81a985b3f707cc6228dd81e7ad1e6601b643b (diff)
downloadtcl-b86e4ae4f1c064097acc816bb6fa8c922ac200f0.zip
tcl-b86e4ae4f1c064097acc816bb6fa8c922ac200f0.tar.gz
tcl-b86e4ae4f1c064097acc816bb6fa8c922ac200f0.tar.bz2
merge 8.5
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index b30650d..dd66d76 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -2504,6 +2504,8 @@ MODULE_SCOPE int TclByteArrayMatch(const unsigned char *string,
int strLen, const unsigned char *pattern,
int ptnLen, int flags);
MODULE_SCOPE double TclCeil(mp_int *a);
+MODULE_SCOPE void TclChannelPreserve(Tcl_Channel chan);
+MODULE_SCOPE void TclChannelRelease(Tcl_Channel chan);
MODULE_SCOPE int TclCheckBadOctal(Tcl_Interp *interp, const char *value);
MODULE_SCOPE int TclChanCaughtErrorBypass(Tcl_Interp *interp,
Tcl_Channel chan);