diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2006-10-27 12:53:43 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2006-10-27 12:53:43 (GMT) |
commit | fbdb724057c9545201d0a4cc2d8eb2edc4743392 (patch) | |
tree | 50136581fc2b5ee9f2975158db7cad06268d8473 /generic/tclInt.decls | |
parent | 73b2f1e5b9472dc390528dbc1ca45a09fc11c297 (diff) | |
download | tcl-fbdb724057c9545201d0a4cc2d8eb2edc4743392.zip tcl-fbdb724057c9545201d0a4cc2d8eb2edc4743392.tar.gz tcl-fbdb724057c9545201d0a4cc2d8eb2edc4743392.tar.bz2 |
Allow extensions that use the internal stubs to set a namespace path.
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r-- | generic/tclInt.decls | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls index 121402a..d2fbb20 100644 --- a/generic/tclInt.decls +++ b/generic/tclInt.decls @@ -12,7 +12,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.101 2006/10/27 12:33:18 dkf Exp $ +# RCS: @(#) $Id: tclInt.decls,v 1.102 2006/10/27 12:53:43 dkf Exp $ library tcl @@ -894,6 +894,10 @@ declare 225 generic { declare 226 generic { int TclObjBeingDeleted(Tcl_Obj *objPtr) } +declare 227 generic { + void TclSetNsPath(Namespace *nsPtr, int pathLength, + Tcl_Namespace *pathAry[]) +} ############################################################################## |