summaryrefslogtreecommitdiff
path: root/undelete.h
diff options
context:
space:
mode:
Diffstat (limited to 'undelete.h')
-rw-r--r--undelete.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/undelete.h b/undelete.h
index 06451d0..f8a247a 100644
--- a/undelete.h
+++ b/undelete.h
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: undelete.h 0.5 2005/11/17 21:05:05 hflor Exp $
+ * $Id: undelete.h 0.6 2006/03/15 22:12:06 hflor Exp $
*/
#ifndef __UNDELETE_H
@@ -149,7 +149,7 @@ extern const char *FunctionLine[];
extern const char *FunctionName[];
extern const char *FunctionHotKey[];
#define MaxKeysName 28
-extern const char *KeysName[];
+extern char *KeysName[];
void ExpandEnvironment(tParamFile *FileStruc);