diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-09-29 23:15:18 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-09-29 23:15:18 (GMT) |
commit | dc24f0b30e8fbb81e9012b809dae38285844a640 (patch) | |
tree | 17d2b2dbfc25eb233c8b2a045f9dbaf3c410056a /generic/tkText.h | |
parent | 0f9217cf63ff7594570b15dfdd6398cda1c88d8c (diff) | |
download | tk-dc24f0b30e8fbb81e9012b809dae38285844a640.zip tk-dc24f0b30e8fbb81e9012b809dae38285844a640.tar.gz tk-dc24f0b30e8fbb81e9012b809dae38285844a640.tar.bz2 |
Private functions should be either static or prefixed with 'Tk' (thanks GPS!)
Diffstat (limited to 'generic/tkText.h')
-rw-r--r-- | generic/tkText.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkText.h b/generic/tkText.h index d17735c..efe872d 100644 --- a/generic/tkText.h +++ b/generic/tkText.h @@ -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: tkText.h,v 1.15 2003/05/27 15:35:53 vincentdarley Exp $ + * RCS: @(#) $Id: tkText.h,v 1.16 2003/09/29 23:15:20 dkf Exp $ */ #ifndef _TKTEXT @@ -950,7 +950,7 @@ EXTERN int TkTextXviewCmd _ANSI_ARGS_((TkText *textPtr, EXTERN int TkTextYviewCmd _ANSI_ARGS_((TkText *textPtr, Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[])); /* Use a helper from tkCanvas.c */ -EXTERN CONST char** GetStringsFromObjs _ANSI_ARGS_((int argc, +EXTERN CONST char** TkGetStringsFromObjs _ANSI_ARGS_((int argc, Tcl_Obj *CONST *objv)); # undef TCL_STORAGE_CLASS |