diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-01-25 23:35:20 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-01-25 23:35:20 +0000 |
commit | 6e64c0cd63430e17d7cd8ae53fbf04b4f63f3c7d (patch) | |
tree | 1ce965d269f77311d8a07fef8aac53d5f418c511 /src/LYrcFile.h | |
parent | e7901ddb0a5d4c0a607d45d8f73b21243e96bae3 (diff) | |
download | lynx-snapshots-6e64c0cd63430e17d7cd8ae53fbf04b4f63f3c7d.tar.gz |
snapshot of project "lynx", label v2-9-0dev_0k
Diffstat (limited to 'src/LYrcFile.h')
-rw-r--r-- | src/LYrcFile.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/LYrcFile.h b/src/LYrcFile.h index 3cf07c01..bcba7f5b 100644 --- a/src/LYrcFile.h +++ b/src/LYrcFile.h @@ -1,5 +1,5 @@ /* - * $LynxId: LYrcFile.h,v 1.51 2018/03/27 23:03:51 tom Exp $ + * $LynxId: LYrcFile.h,v 1.53 2019/01/25 13:40:18 tom Exp $ */ #ifndef LYRCFILE_H #define LYRCFILE_H @@ -54,6 +54,7 @@ #define RC_COOKIE_REJECT_DOMAINS "cookie_reject_domains" #define RC_COOKIE_SAVE_FILE "cookie_save_file" #define RC_COOKIE_STRICT_INVALID_DOMAIN "cookie_strict_invalid_domains" +#define RC_COOKIE_VERSION "cookie_version" #define RC_COPY_PATH "copy_path" #define RC_CSO_PROXY "cso_proxy" #define RC_CSWING_PATH "cswing_path" @@ -289,6 +290,7 @@ #define RC_ZCAT_PATH "zcat_path" #define RC_ZIP_PATH "zip_path" +extern Config_Enum tbl_cookie_version[]; extern Config_Enum tbl_force_prompt[]; extern Config_Enum tbl_keypad_mode[]; extern Config_Enum tbl_multi_bookmarks[]; |