about summary refs log tree commit diff stats
path: root/src/LYReadCFG.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYReadCFG.h')
-rw-r--r--src/LYReadCFG.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYReadCFG.h b/src/LYReadCFG.h
index 8092a8a5..2175f3fe 100644
--- a/src/LYReadCFG.h
+++ b/src/LYReadCFG.h
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYReadCFG.h,v 1.23 2009/11/27 12:52:34 tom Exp $
+ * $LynxId: LYReadCFG.h,v 1.24 2010/09/23 20:53:47 tom Exp $
  */
 #ifndef LYREADCFG_H
 #define LYREADCFG_H
@@ -64,7 +64,7 @@ extern "C" {
 						    list_ptr,
 						    char *number);
     extern void reload_read_cfg(void);	/* implemented in LYMain.c */
-    extern void LYSetConfigValue(const char *name, char *value);
+    extern void LYSetConfigValue(const char *name, const char *value);
 
 #ifdef __cplusplus
 }