diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2019-05-25 08:17:42 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2019-05-25 08:17:42 (GMT) |
commit | 815f8822018df40f65d4dc2ce7029a9223da2ab6 (patch) | |
tree | e1b6ac62c11e8c4b03a5255b3ce9aec0641ba2d2 /generic/tclInt.decls | |
parent | e09e63e37e690f36ffc3b95ea85e966809c4b305 (diff) | |
parent | 9290e6c1ace5bd8e3074900948ea3ad677f73832 (diff) | |
download | tcl-815f8822018df40f65d4dc2ce7029a9223da2ab6.zip tcl-815f8822018df40f65d4dc2ce7029a9223da2ab6.tar.gz tcl-815f8822018df40f65d4dc2ce7029a9223da2ab6.tar.bz2 |
Merge 8.7
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r-- | generic/tclInt.decls | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls index c0d7696..6dc748b 100644 --- a/generic/tclInt.decls +++ b/generic/tclInt.decls @@ -1057,6 +1057,12 @@ declare 257 { void TclStaticPackage(Tcl_Interp *interp, const char *pkgName, Tcl_PackageInitProc *initProc, Tcl_PackageInitProc *safeInitProc) } + +# TIP 431: temporary directory creation function +declare 258 { + Tcl_Obj *TclpCreateTemporaryDirectory(Tcl_Obj *dirObj, + Tcl_Obj *basenameObj) +} ############################################################################## |