summaryrefslogtreecommitdiffstats
path: root/g10/keyserver-internal.h
diff options
context:
space:
mode:
authorDavid Shaw <dshaw@jabberwocky.com>2002-10-14 20:50:28 +0200
committerDavid Shaw <dshaw@jabberwocky.com>2002-10-14 20:50:28 +0200
commitda1c9e820cd3f1e8f126d51a38e18562ada182ae (patch)
tree357b8ea1024af0d7a6401d624ea43cdfa93adbc4 /g10/keyserver-internal.h
parentAdd simple tool to sign all keys in a keyring (diff)
downloadgnupg2-da1c9e820cd3f1e8f126d51a38e18562ada182ae.tar.xz
gnupg2-da1c9e820cd3f1e8f126d51a38e18562ada182ae.zip
* keyserver-internal.h, keyserver.c (print_keyrec, parse_keyrec,
show_prompt, keyserver_search_prompt, keyserver_spawn): Go to version 1 of the keyserver protocol. This is a better design, similar to --with-colons, that allows for keys with multiple user IDs rather than using multiple keys. It also matches the machine readable pksd format. Also use a prettier --search-keys listing format that can fill different size windows (currently set at 24 lines).
Diffstat (limited to 'g10/keyserver-internal.h')
-rw-r--r--g10/keyserver-internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/g10/keyserver-internal.h b/g10/keyserver-internal.h
index 9f0d2e8c0..c341578fa 100644
--- a/g10/keyserver-internal.h
+++ b/g10/keyserver-internal.h
@@ -17,6 +17,5 @@ int keyserver_import_fprint(const byte *fprint,size_t fprint_len);
int keyserver_import_keyid(u32 *keyid);
int keyserver_refresh(STRLIST users);
int keyserver_search(STRLIST tokens);
-void keyserver_search_prompt(IOBUF buffer,int count,const char *searchstr);
#endif /* !_KEYSERVER_INTERNAL_H_ */