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 ff95d13a..94928e80 100644
--- a/src/LYReadCFG.h
+++ b/src/LYReadCFG.h
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYReadCFG.h,v 1.26 2011/06/06 00:08:21 tom Exp $
+ * $LynxId: LYReadCFG.h,v 1.27 2012/08/13 00:09:50 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, const char *value);
+    extern BOOL LYSetConfigValue(const char *name, const char *value);
     extern void LYSetTextDomain(void);
 
 #ifdef __cplusplus