* keyserver.h: Go to KEYSERVER_PROTO_VERSION 1.

This commit is contained in:
David Shaw 2002-10-14 18:52:32 +00:00
parent da1c9e820c
commit a158c89634
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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 */