about summary refs log tree commit diff stats
path: root/src/LYrcFile.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2015-12-18 10:24:31 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2015-12-18 10:24:31 -0500
commit492a0d967f18ea86e415e3ba5c7f19a112ba76c4 (patch)
treed03beef54804ff1099e64096fbaeaa1727073e67 /src/LYrcFile.h
parent2bfd7597b7533894c71385f833a91b3d88ee8506 (diff)
downloadlynx-snapshots-492a0d967f18ea86e415e3ba5c7f19a112ba76c4.tar.gz
snapshot of project "lynx", label v2-8-9dev_6s
Diffstat (limited to 'src/LYrcFile.h')
-rw-r--r--src/LYrcFile.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/LYrcFile.h b/src/LYrcFile.h
index 501789b6..32003b66 100644
--- a/src/LYrcFile.h
+++ b/src/LYrcFile.h
@@ -1,5 +1,5 @@
 /*
- * $LynxId: LYrcFile.h,v 1.47 2015/12/18 00:31:43 tom Exp $
+ * $LynxId: LYrcFile.h,v 1.48 2015/12/18 01:58:05 tom Exp $
  */
 #ifndef LYRCFILE_H
 #define LYRCFILE_H
@@ -299,6 +299,7 @@ extern BOOL LYsetRcValue(const char *name, const char *param);
 extern BOOL will_save_rc(const char *name);
 extern const char *LYputEnum(Config_Enum * table, int value);
 extern int enable_lynxrc(char *value);
+extern int get_http_protocol(char *value);
 extern int get_tagsoup(char *value);
 extern int save_rc(FILE *);
 extern void read_rc(FILE *);