diff options
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r-- | generic/tkInt.decls | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls index 0edfde5..776e38a 100644 --- a/generic/tkInt.decls +++ b/generic/tkInt.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: tkInt.decls,v 1.50 2008/12/04 21:33:25 nijtmans Exp $ +# RCS: @(#) $Id: tkInt.decls,v 1.51 2008/12/05 15:51:31 nijtmans Exp $ library tk @@ -535,7 +535,7 @@ declare 161 generic { struct TkTextIndex *dstPtr) } declare 162 generic { - struct TkTextIndex *TkTextMakeByteIndex(const TkTextBTree tree, + struct TkTextIndex *TkTextMakeByteIndex(TkTextBTree tree, const struct TkText *textPtr, int lineIndex, int byteIndex, struct TkTextIndex *indexPtr) } |