blob: 13061e34aa3caea1d1bfae43ac0cf31952c6d29b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1.1.1 2006/04/12 17:14:35 minskim Exp $
--- ratmen.c.orig 2003-03-28 11:34:08.000000000 +0100
+++ ratmen.c
@@ -128,7 +128,7 @@ int unfocus_exit = Undef;
/* function prototypes */
-int strcasecmp(char*, char*); /* string comparison */
+int strcasecmp(const char*, const char*); /* string comparison */
void ask_wm_for_delete(void);
void reap(int);
void redraw_snazzy(int, int, int);
|