summaryrefslogtreecommitdiff
path: root/time/ical/patches/patch-ag
blob: 75d7f10889fab9aa0a17593b4255a27d4d87ef71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ag,v 1.1 2004/04/01 00:52:39 minskim Exp $

--- dispatch.h.orig	1993-06-01 12:18:39.000000000 -0500
+++ dispatch.h
@@ -40,6 +40,6 @@ struct Dispatch_Entry {
  * The array is delimited by a NULL command field in the last entry.
  */
 
-extern int Dispatch(Dispatch_Entry*, ClientData, Tcl_Interp*, int, char*[]);
+extern int Dispatch(Dispatch_Entry*, ClientData, Tcl_Interp*, int, const char*[]);
 
 #endif /* _DISPATCH_H */