diff options
author | das <das> | 2002-05-20 10:22:20 (GMT) |
---|---|---|
committer | das <das> | 2002-05-20 10:22:20 (GMT) |
commit | e0c4b53d5b6dd002350c769dbb457b715f63daed (patch) | |
tree | d1c4ef8ee74fc2ea0fffb8c912f056d9a1d3f803 /generic/tclInt.h | |
parent | 8fc6a5c4266eef42d854a03f6a4458545464916d (diff) | |
download | tcl-e0c4b53d5b6dd002350c769dbb457b715f63daed.zip tcl-e0c4b53d5b6dd002350c769dbb457b715f63daed.tar.gz tcl-e0c4b53d5b6dd002350c769dbb457b715f63daed.tar.bz2 |
* generic/tclInt.h: added prototype for TclpFilesystemPathType().
* mac/tclMacChan.c: use MSL provided creator type if available
instead of the default 'MPW '.
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 7346bd2..3a94802 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.87 2002/05/13 13:20:00 vincentdarley Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.88 2002/05/20 10:22:26 das Exp $ */ #ifndef _TCLINT @@ -1925,6 +1925,8 @@ EXTERN void TclTransferResult _ANSI_ARGS_((Tcl_Interp *sourceInterp, EXTERN int TclUpdateReturnInfo _ANSI_ARGS_((Interp *iPtr)); EXTERN Tcl_Obj* TclpNativeToNormalized _ANSI_ARGS_((ClientData clientData)); +EXTERN Tcl_Obj* TclpFilesystemPathType + _ANSI_ARGS_((Tcl_Obj* pathObjPtr)); /* *---------------------------------------------------------------- |