blob: 492d62cc0b7e05c099e05a99addd250b4423cee2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ah,v 1.1 2004/03/20 19:28:52 minskim Exp $
--- ../tk/generic/tkXshell.c.orig 2000-02-06 18:54:00.000000000 -0600
+++ ../tk/generic/tkXshell.c
@@ -84,8 +84,8 @@ Tcl_ThreadDataKey dataKey;
extern int isatty _ANSI_ARGS_((int fd));
extern char * strrchr _ANSI_ARGS_((CONST char *string, int c));
#endif
-extern void TkpDisplayWarning _ANSI_ARGS_((char *msg,
- char *title));
+extern void TkpDisplayWarning _ANSI_ARGS_((CONST char *msg,
+ CONST char *title));
#ifndef TKX_SHELL
/*
|