diff options
author | David Shaw <dshaw@jabberwocky.com> | 2002-10-14 20:52:32 +0200 |
---|---|---|
committer | David Shaw <dshaw@jabberwocky.com> | 2002-10-14 20:52:32 +0200 |
commit | a158c896344f8cf60f073d1411368de13c27929a (patch) | |
tree | 0e46e7420cab317d25c0eb9d0c5295867b90f054 /include | |
parent | * keyserver-internal.h, keyserver.c (print_keyrec, parse_keyrec, (diff) | |
download | gnupg2-a158c896344f8cf60f073d1411368de13c27929a.tar.xz gnupg2-a158c896344f8cf60f073d1411368de13c27929a.zip |
* keyserver.h: Go to KEYSERVER_PROTO_VERSION 1.
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 4 | ||||
-rw-r--r-- | include/keyserver.h | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 599b51bee..748778a20 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -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. diff --git a/include/keyserver.h b/include/keyserver.h index 331077e30..33c1b318b 100644 --- a/include/keyserver.h +++ b/include/keyserver.h @@ -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 */ |