summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorpooryorick <com.digitalsmarties@pooryorick.com>2021-05-16 19:09:47 (GMT)
committerpooryorick <com.digitalsmarties@pooryorick.com>2021-05-16 19:09:47 (GMT)
commite4e1451d4ab61e253188270e234b00bd31d4e33d (patch)
treee11c0b219d36ca9986172ae2d58b8c9cb76005ab /generic/tclInt.h
parente7d3979e0a81af48f3e7bc932b5f674a344a736b (diff)
downloadtcl-e4e1451d4ab61e253188270e234b00bd31d4e33d.zip
tcl-e4e1451d4ab61e253188270e234b00bd31d4e33d.tar.gz
tcl-e4e1451d4ab61e253188270e234b00bd31d4e33d.tar.bz2
Break TclDeleteNamespaceChildren out of TclTeardownNamespace.
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index b8ed3c1..d0c8173 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -2958,6 +2958,7 @@ MODULE_SCOPE Tcl_Command TclCreateEnsembleInNs(Tcl_Interp *interp,
const char *name, Tcl_Namespace *nameNamespacePtr,
Tcl_Namespace *ensembleNamespacePtr, int flags);
MODULE_SCOPE void TclDeleteNamespaceVars(Namespace *nsPtr);
+MODULE_SCOPE void TclDeleteNamespaceChildren(Namespace *nsPtr);
MODULE_SCOPE int TclFindDictElement(Tcl_Interp *interp,
const char *dict, int dictLength,
const char **elementPtr, const char **nextPtr,