[Pkg-gnupg-commit] [libassuan] 33/437: new error codes
Eric Dorland
eric at moszumanska.debian.org
Fri May 22 05:33:20 UTC 2015
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository libassuan.
commit e9c52c1aee8ee39a2ecdfcda505a36722c0a2230
Author: Werner Koch <wk at gnupg.org>
Date: Fri Jan 11 17:07:05 2002 +0000
new error codes
---
src/assuan.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/assuan.h b/src/assuan.h
index 12f80ca..35a693b 100644
--- a/src/assuan.h
+++ b/src/assuan.h
@@ -69,6 +69,8 @@ typedef enum {
ASSUAN_Invalid_Data = 117,
ASSUAN_Unexpected_Command = 118,
ASSUAN_Too_Much_Data = 119,
+ ASSUAN_Inquire_Unknown = 120,
+ ASSUAN_Inquire_Error = 121,
ASSUAN_Bad_Certificate = 201,
ASSUAN_Bad_Certificate_Path = 202,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libassuan.git
More information about the Pkg-gnupg-commit
mailing list