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 + + * keyserver.h: Go to KEYSERVER_PROTO_VERSION 1. + 2002-10-08 David Shaw * 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 */