diff options
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r-- | generic/tclInt.decls | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls index 3b5dc5d..d6cdd1f 100644 --- a/generic/tclInt.decls +++ b/generic/tclInt.decls @@ -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.decls,v 1.82 2004/10/27 17:13:58 davygrvy Exp $ +# RCS: @(#) $Id: tclInt.decls,v 1.83 2004/11/30 19:34:48 dgp Exp $ library tcl @@ -841,6 +841,15 @@ declare 208 generic { Tcl_Channel TclpOpenFileChannel (Tcl_Interp *interp, Tcl_Obj *pathPtr, int mode, int permissions) } +declare 209 generic { + Tcl_Obj * TclGetEncodingSearchPath(void) +} +declare 210 generic { + int TclSetEncodingSearchPath(Tcl_Obj *searchPath) +} +declare 211 generic { + CONST char * TclpGetEncodingNameFromEnvironment(Tcl_DString *bufPtr) +} ############################################################################## |