diff options
author | David Shaw <[email protected]> | 2002-10-14 18:52:32 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2002-10-14 18:52:32 +0000 |
commit | a158c896344f8cf60f073d1411368de13c27929a (patch) | |
tree | 0e46e7420cab317d25c0eb9d0c5295867b90f054 /include/keyserver.h | |
parent | * keyserver-internal.h, keyserver.c (print_keyrec, parse_keyrec, (diff) | |
download | gnupg-a158c896344f8cf60f073d1411368de13c27929a.tar.gz gnupg-a158c896344f8cf60f073d1411368de13c27929a.zip |
* keyserver.h: Go to KEYSERVER_PROTO_VERSION 1.
Diffstat (limited to 'include/keyserver.h')
-rw-r--r-- | include/keyserver.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |