summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2006-10-17 04:36:42 (GMT)
committerdgp <dgp@noemail.net>2006-10-17 04:36:42 (GMT)
commit048717a5851c51683938ba3c852bdacd3585d3ff (patch)
tree3fdaadbfd44c8bd54ec54e176eba29061fb31cd8 /generic/tclInt.h
parent6a18df2ad670df2d650fa7ff0a4e08d53221c6aa (diff)
downloadtcl-048717a5851c51683938ba3c852bdacd3585d3ff.zip
tcl-048717a5851c51683938ba3c852bdacd3585d3ff.tar.gz
tcl-048717a5851c51683938ba3c852bdacd3585d3ff.tar.bz2
* generic/tclIOUtil.c: Cleaned up some code flagged by a
* generic/tclInt.h: `make checkexports` test. * win/tclWin32Dll.c: * win/tclWinFile.c: FossilOrigin-Name: 2eadc777e927c60db9faec712e1634d1a80e0c00
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index b5328ac..27681f8 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -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.h,v 1.118.2.24 2006/09/22 22:31:34 andreas_kupries Exp $
+ * RCS: @(#) $Id: tclInt.h,v 1.118.2.25 2006/10/17 04:36:44 dgp Exp $
*/
#ifndef _TCLINT
@@ -1812,6 +1812,7 @@ EXTERN int TclpMatchInDirectory _ANSI_ARGS_((Tcl_Interp *interp,
Tcl_Obj *resultPtr, Tcl_Obj *pathPtr,
CONST char *pattern, Tcl_GlobTypeData *types));
EXTERN Tcl_Obj* TclpObjGetCwd _ANSI_ARGS_((Tcl_Interp *interp));
+EXTERN Tcl_FSDupInternalRepProc TclNativeDupInternalRep;
EXTERN Tcl_Obj* TclpObjLink _ANSI_ARGS_((Tcl_Obj *pathPtr,
Tcl_Obj *toPtr, int linkType));
EXTERN int TclpObjChdir _ANSI_ARGS_((Tcl_Obj *pathPtr));