diff options
Diffstat (limited to '')
-rw-r--r-- | g10/keyserver-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keyserver-internal.h b/g10/keyserver-internal.h index 9450bbb1d..7e02821f1 100644 --- a/g10/keyserver-internal.h +++ b/g10/keyserver-internal.h @@ -10,7 +10,7 @@ int parse_keyserver_options(char *options); void free_keyserver_spec(struct keyserver_spec *keyserver); -struct keyserver_spec *parse_keyserver_uri(char *uri,int require_scheme, +struct keyserver_spec *parse_keyserver_uri(const char *uri,int require_scheme, const char *configname, unsigned int configlineno); int keyserver_export(STRLIST users); |