diff options
author | dgp <dgp@users.sourceforge.net> | 2002-01-15 20:48:26 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-01-15 20:48:26 (GMT) |
commit | 241081870bc482f31dfc97458b316d57feecd264 (patch) | |
tree | e4c709259c2f4adc2aab03f662cbe17295582db9 /generic/tkConsole.c | |
parent | 8403334007fc763313504fb3a46f5aa6cca41151 (diff) | |
download | tk-241081870bc482f31dfc97458b316d57feecd264.zip tk-241081870bc482f31dfc97458b316d57feecd264.tar.gz tk-241081870bc482f31dfc97458b316d57feecd264.tar.bz2 |
* Updated Tk's console to CONSTified channel driver interface.
[Tcl Patch 503565, Tk Patch 503983]
Diffstat (limited to 'generic/tkConsole.c')
-rw-r--r-- | generic/tkConsole.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/generic/tkConsole.c b/generic/tkConsole.c index 1a5a267..e51d687 100644 --- a/generic/tkConsole.c +++ b/generic/tkConsole.c @@ -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: tkConsole.c,v 1.15 2002/01/15 18:19:14 dgp Exp $ + * RCS: @(#) $Id: tkConsole.c,v 1.16 2002/01/15 20:48:29 dgp Exp $ */ #include "tk.h" @@ -47,9 +47,6 @@ TCL_DECLARE_MUTEX(consoleMutex) * The first three will be used in the tk app shells... */ -void TkConsolePrint _ANSI_ARGS_((Tcl_Interp *interp, - int devId, char *buffer, long size)); - static int ConsoleCmd _ANSI_ARGS_((ClientData clientData, Tcl_Interp *interp, int argc, char **argv)); static void ConsoleDeleteProc _ANSI_ARGS_((ClientData clientData)); |