summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authorstanton <stanton>1998-04-29 17:09:54 (GMT)
committerstanton <stanton>1998-04-29 17:09:54 (GMT)
commita03de997df896ee84f6d7f6d0837dda1cd6f752b (patch)
tree456dacea624b3ffde5f2188251a3a324ddb87334 /generic/tclInt.h
parent737e6a322c6b3efd0d5665d2f61521b9d57e37a9 (diff)
downloadtcl-a03de997df896ee84f6d7f6d0837dda1cd6f752b.zip
tcl-a03de997df896ee84f6d7f6d0837dda1cd6f752b.tar.gz
tcl-a03de997df896ee84f6d7f6d0837dda1cd6f752b.tar.bz2
*** empty log message ***
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 32ef58a..437e2b5 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -1411,6 +1411,7 @@ EXTERN int TclpCreateProcess _ANSI_ARGS_((Tcl_Interp *interp,
EXTERN TclFile TclpCreateTempFile _ANSI_ARGS_((char *contents,
Tcl_DString *namePtr));
EXTERN int TclpDeleteFile _ANSI_ARGS_((char *path));
+EXTERN void TclpFinalize _ANSI_ARGS_((void));
EXTERN void TclpFree _ANSI_ARGS_((char *ptr));
EXTERN unsigned long TclpGetClicks _ANSI_ARGS_((void));
EXTERN unsigned long TclpGetSeconds _ANSI_ARGS_((void));