aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyserver-internal.h
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2006-02-22 23:37:23 +0000
committerDavid Shaw <[email protected]>2006-02-22 23:37:23 +0000
commit1ae024ef81d108c68d00a96fca6f808b4a9c454d (patch)
treecf9ea77a36a9d3096eed336ba148a2426559245b /g10/keyserver-internal.h
parent* gpgkeys_hkp.c (get_name): A GETNAME query turns exact=on to cut down on (diff)
downloadgnupg-1ae024ef81d108c68d00a96fca6f808b4a9c454d.tar.gz
gnupg-1ae024ef81d108c68d00a96fca6f808b4a9c454d.zip
* options.h, keyserver-internal.h, keyserver.c (keyserver_import_name),
getkey.c (free_akl, parse_auto_key_locate, get_pubkey_byname): The obvious next step: allow arbitrary keyservers in the auto-key-locate list.
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 856f3f3ee..ed5fdceb1 100644
--- a/g10/keyserver-internal.h
+++ b/g10/keyserver-internal.h
@@ -43,7 +43,7 @@ int keyserver_search(STRLIST tokens);
int keyserver_fetch(STRLIST urilist);
int keyserver_import_cert(const char *name);
int keyserver_import_pka(const char *name,unsigned char *fpr);
-int keyserver_import_name(const char *name);
+int keyserver_import_name(const char *name,struct keyserver_spec *keyserver);
int keyserver_import_ldap(const char *name);
#endif /* !_KEYSERVER_INTERNAL_H_ */