aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyserver-internal.h
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2006-02-21 16:09:09 +0000
committerDavid Shaw <[email protected]>2006-02-21 16:09:09 +0000
commit0eb4e93bd4ba18b8326a946403fde32f7429efbd (patch)
treeb843c5acd6409c88bc06eaef41485fad907c1868 /g10/keyserver-internal.h
parent* keyserver.c (parse_keyserver_uri): Include the scheme in the uri (diff)
downloadgnupg-0eb4e93bd4ba18b8326a946403fde32f7429efbd.tar.gz
gnupg-0eb4e93bd4ba18b8326a946403fde32f7429efbd.zip
* gpgv.c: Stub keyserver_import_ldap.
* keyserver-internal.h, keyserver.c (keyserver_import_ldap): Import using the PGP Universal trick of asking ldap://keys.(maildomain) for the key.
Diffstat (limited to 'g10/keyserver-internal.h')
-rw-r--r--g10/keyserver-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/keyserver-internal.h b/g10/keyserver-internal.h
index 1f983176e..48cb1ea4f 100644
--- a/g10/keyserver-internal.h
+++ b/g10/keyserver-internal.h
@@ -44,5 +44,6 @@ int keyserver_fetch(STRLIST urilist);
int keyserver_import_cert(const char *name);
int keyserver_import_pka(const char *name);
int keyserver_import_name(const char *name);
+int keyserver_import_ldap(const char *name);
#endif /* !_KEYSERVER_INTERNAL_H_ */