aboutsummaryrefslogtreecommitdiffstats
path: root/g10/options.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-06-27 14:30:59 +0000
committerWerner Koch <[email protected]>2006-06-27 14:30:59 +0000
commitf081ad529d212be23aa5dd9d4bfb81282748e5eb (patch)
treeaa3f3744a05c5e93ea24feb41342b2507d9b0b31 /g10/options.h
parentPreparing a new release (diff)
downloadgnupg-f081ad529d212be23aa5dd9d4bfb81282748e5eb.tar.gz
gnupg-f081ad529d212be23aa5dd9d4bfb81282748e5eb.zip
Ported patches from 1.4.x
Diffstat (limited to 'g10/options.h')
-rw-r--r--g10/options.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/options.h b/g10/options.h
index b97b2f3f9..75c2745fc 100644
--- a/g10/options.h
+++ b/g10/options.h
@@ -154,7 +154,8 @@ struct
unsigned int export_options;
unsigned int list_options;
unsigned int verify_options;
- char *def_preference_list;
+ const char *def_preference_list;
+ const char *def_keyserver_url;
prefitem_t *personal_cipher_prefs;
prefitem_t *personal_digest_prefs;
prefitem_t *personal_compress_prefs;