about summary refs log tree commit diff stats
path: root/src/LYReadCFG.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2012-08-13 01:05:48 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2012-08-13 01:05:48 -0400
commit4fe78157f9d08e4bf8de41f47ee117b4b9383814 (patch)
tree65865010d184a4f91a9685c84ef4cee17421a41a /src/LYReadCFG.h
parente95e8bb0ca158527eebbde0ca503552bfeda77c8 (diff)
downloadlynx-snapshots-4fe78157f9d08e4bf8de41f47ee117b4b9383814.tar.gz
snapshot of project "lynx", label v2-8-8dev_12l
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