diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-03-19 16:19:35 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-03-19 16:19:35 (GMT) |
commit | c8e9fcd2d703ccbbfd5857da46812cf4a7b543b8 (patch) | |
tree | 322a6663604dcd4cd6cc5d6a1428f019e12122be /generic/tcl.decls | |
parent | ba6029ea1140951656f838fc709ee35d6c4f66ef (diff) | |
download | tcl-c8e9fcd2d703ccbbfd5857da46812cf4a7b543b8.zip tcl-c8e9fcd2d703ccbbfd5857da46812cf4a7b543b8.tar.gz tcl-c8e9fcd2d703ccbbfd5857da46812cf4a7b543b8.tar.bz2 |
Added exported non-stub function Tcl_GetMemoryInfo
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r-- | generic/tcl.decls | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls index 372f0d1..a9c3da9 100644 --- a/generic/tcl.decls +++ b/generic/tcl.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: tcl.decls,v 1.129 2007/12/13 15:23:14 dgp Exp $ +# RCS: @(#) $Id: tcl.decls,v 1.130 2008/03/19 16:19:35 dkf Exp $ library tcl @@ -2160,6 +2160,9 @@ export { CONST char *Tcl_PkgInitStubsCheck(Tcl_Interp *interp, CONST char *version, int exact); } +export { + void Tcl_GetMemoryInfo(Tcl_DString *dsPtr) +} # Global variables that need to be exported from the tcl shared library. |