diff options
author | David Shaw <dshaw@jabberwocky.com> | 2002-10-14 20:50:28 +0200 |
---|---|---|
committer | David Shaw <dshaw@jabberwocky.com> | 2002-10-14 20:50:28 +0200 |
commit | da1c9e820cd3f1e8f126d51a38e18562ada182ae (patch) | |
tree | 357b8ea1024af0d7a6401d624ea43cdfa93adbc4 /g10/keyserver-internal.h | |
parent | Add simple tool to sign all keys in a keyring (diff) | |
download | gnupg2-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.h | 1 |
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_ */ |