aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyserver-internal.h
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2004-05-11 19:36:44 +0000
committerDavid Shaw <[email protected]>2004-05-11 19:36:44 +0000
commit0aba5ff41bb833b61adc58dcf7ac2de49a9ba2d4 (patch)
treee03e9aaa0e6dda9e6b8a5b89b5e3ead0f5e3e2f7 /g10/keyserver-internal.h
parent* keylist.c (show_policy_url, show_keyserver_url, show_notation) (diff)
downloadgnupg-0aba5ff41bb833b61adc58dcf7ac2de49a9ba2d4.tar.gz
gnupg-0aba5ff41bb833b61adc58dcf7ac2de49a9ba2d4.zip
* options.h, keyserver-internal.h, keyserver.c (parse_keyserver_uri):
Improved URI parser that keeps track of the path information and doesn't modify the input string. (keyserver_spawn): Tell keyserver plugins about the path.
Diffstat (limited to '')
-rw-r--r--g10/keyserver-internal.h2
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);