summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shaw <dshaw@jabberwocky.com>2002-10-14 20:52:32 +0200
committerDavid Shaw <dshaw@jabberwocky.com>2002-10-14 20:52:32 +0200
commita158c896344f8cf60f073d1411368de13c27929a (patch)
tree0e46e7420cab317d25c0eb9d0c5295867b90f054
parent* keyserver-internal.h, keyserver.c (print_keyrec, parse_keyrec, (diff)
downloadgnupg2-a158c896344f8cf60f073d1411368de13c27929a.tar.xz
gnupg2-a158c896344f8cf60f073d1411368de13c27929a.zip
* keyserver.h: Go to KEYSERVER_PROTO_VERSION 1.
-rw-r--r--include/ChangeLog4
-rw-r--r--include/keyserver.h2
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 */