summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2019-05-25 08:17:42 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2019-05-25 08:17:42 (GMT)
commit815f8822018df40f65d4dc2ce7029a9223da2ab6 (patch)
treee1b6ac62c11e8c4b03a5255b3ce9aec0641ba2d2 /generic/tclInt.h
parente09e63e37e690f36ffc3b95ea85e966809c4b305 (diff)
parent9290e6c1ace5bd8e3074900948ea3ad677f73832 (diff)
downloadtcl-815f8822018df40f65d4dc2ce7029a9223da2ab6.zip
tcl-815f8822018df40f65d4dc2ce7029a9223da2ab6.tar.gz
tcl-815f8822018df40f65d4dc2ce7029a9223da2ab6.tar.bz2
Merge 8.7
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 0c884b3..389b5da 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -2896,6 +2896,7 @@ MODULE_SCOPE Tcl_ObjCmdProc TclFileLinkCmd;
MODULE_SCOPE Tcl_ObjCmdProc TclFileMakeDirsCmd;
MODULE_SCOPE Tcl_ObjCmdProc TclFileReadLinkCmd;
MODULE_SCOPE Tcl_ObjCmdProc TclFileRenameCmd;
+MODULE_SCOPE Tcl_ObjCmdProc TclFileTempDirCmd;
MODULE_SCOPE Tcl_ObjCmdProc TclFileTemporaryCmd;
MODULE_SCOPE void TclCreateLateExitHandler(Tcl_ExitProc *proc,
void *clientData);