summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.decls
diff options
context:
space:
mode:
authorredman <redman>1999-06-30 22:34:44 (GMT)
committerredman <redman>1999-06-30 22:34:44 (GMT)
commit437839cb1036aea3b87fff4df84d9a935c4e76d3 (patch)
tree2e3e45ba15faf8e03e59eea8c17e2b62353a6efb /generic/tclInt.decls
parentac52131b24fa900a8ef56b4c481ab6107003f5b1 (diff)
downloadtcl-437839cb1036aea3b87fff4df84d9a935c4e76d3.zip
tcl-437839cb1036aea3b87fff4df84d9a935c4e76d3.tar.gz
tcl-437839cb1036aea3b87fff4df84d9a935c4e76d3.tar.bz2
Add TclHandle functions to the internal stub table.
Remove unused tclStubs.c file.
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r--generic/tclInt.decls18
1 files changed, 17 insertions, 1 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls
index a35ccf9..48cb4dd 100644
--- a/generic/tclInt.decls
+++ b/generic/tclInt.decls
@@ -10,7 +10,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.decls,v 1.11 1999/05/25 01:00:26 stanton Exp $
+# RCS: @(#) $Id: tclInt.decls,v 1.12 1999/06/30 22:34:44 redman Exp $
library tcl
@@ -544,6 +544,22 @@ declare 145 generic {
struct AuxDataType *TclGetAuxDataType(char *typeName)
}
+declare 146 generic {
+ TclHandle TclHandleCreate(VOID *ptr)
+}
+
+declare 147 generic {
+ void TclHandleFree(TclHandle handle)
+}
+
+declare 148 generic {
+ TclHandle TclHandlePreserve(TclHandle handle)
+}
+
+declare 149 generic {
+ void TclHandleRelease(TclHandle handle)
+}
+
##############################################################################
# Define the platform specific internal Tcl interface. These functions are