mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* keyserver.h: Go to KEYSERVER_PROTO_VERSION 1.
This commit is contained in:
parent
da1c9e820c
commit
a158c89634
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-10-14 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* keyserver.h: Go to KEYSERVER_PROTO_VERSION 1.
|
||||
|
||||
2002-10-08 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* keyserver.h: Add new error code KEYSERVER_UNREACHABLE.
|
||||
|
|
|
@ -21,6 +21,8 @@
|
|||
#ifndef _KEYSERVER_H_
|
||||
#define _KEYSERVER_H_
|
||||
|
||||
#define KEYSERVER_PROTO_VERSION 1
|
||||
|
||||
/* These are usable for return codes for the gpgkeys_ process, and
|
||||
also KEY FAILED codes. */
|
||||
#define KEYSERVER_OK 0 /* not an error */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue