aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog6
-rw-r--r--include/keyserver.h3
2 files changed, 8 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 6cb933ff6..9751fa64f 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,9 @@
+2002-02-19 David Shaw <[email protected]>
+
+ * keyserver.h: Add KEYSERVER_NOT_SUPPORTED for unsupported actions
+ (say, a keyserver that has no way to search, or a readonly
+ keyserver that has no way to add).
+
2002-01-02 Stefan Bellon <[email protected]>
* util.h [__riscos__]: Updated prototype list.
diff --git a/include/keyserver.h b/include/keyserver.h
index e7513d134..017711a76 100644
--- a/include/keyserver.h
+++ b/include/keyserver.h
@@ -24,7 +24,8 @@
/* Return codes */
#define KEYSERVER_OK 0
#define KEYSERVER_INTERNAL_ERROR 1
-#define KEYSERVER_VERSION_ERROR 2
+#define KEYSERVER_NOT_SUPPORTED 2
+#define KEYSERVER_VERSION_ERROR 3
#define KEYSERVER_SCHEME_NOT_FOUND 127
#endif /* !_KEYSERVER_H_ */