diff options
author | hershey <hershey@noemail.net> | 1999-04-17 00:32:26 (GMT) |
---|---|---|
committer | hershey <hershey@noemail.net> | 1999-04-17 00:32:26 (GMT) |
commit | d03bbbb9cd035c95266afbcff6098eaf5d8f4132 (patch) | |
tree | d397aeef664656316cd9691f280f0a3560670008 /generic/tclInt.decls | |
parent | d42918a82e5a3b7a832b806064ed99a2c42e307f (diff) | |
download | tcl-d03bbbb9cd035c95266afbcff6098eaf5d8f4132.zip tcl-d03bbbb9cd035c95266afbcff6098eaf5d8f4132.tar.gz tcl-d03bbbb9cd035c95266afbcff6098eaf5d8f4132.tar.bz2 |
changes make Tcl_Access and Tcl_Stat public.
also one minor fix in tests/all.tcl to fix bug 1770.
FossilOrigin-Name: 4dacfaef427258324af08e3a063813876a41327c
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r-- | generic/tclInt.decls | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls index e1d9016..9d9cdd2 100644 --- a/generic/tclInt.decls +++ b/generic/tclInt.decls @@ -10,7 +10,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.6 1999/04/16 22:03:58 surles Exp $ +# RCS: @(#) $Id: tclInt.decls,v 1.7 1999/04/17 00:32:29 hershey Exp $ library tcl @@ -393,7 +393,7 @@ declare 104 generic { int TclSockMinimumBuffers(int sock, int size) } declare 105 generic { - int TclStat(CONST char *path, TclStat_ *buf) + int TclStat(CONST char *path, struct stat *buf) } declare 106 generic { int TclStatDeleteProc(TclStatProc_ *proc) |