diff options
author | Werner Koch <[email protected]> | 2002-01-10 19:46:20 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-01-10 19:46:20 +0000 |
commit | 8bad9e344b6a084b506ba6d2117cc433a8383734 (patch) | |
tree | e23fb2bd882894cd6c1cef684baafedf05f0e931 /common/errors.h | |
parent | * assuan-handler.c (assuan_set_okay_line): New. (diff) | |
download | gnupg-8bad9e344b6a084b506ba6d2117cc433a8383734.tar.gz gnupg-8bad9e344b6a084b506ba6d2117cc433a8383734.zip |
*** empty log message ***
Diffstat (limited to '')
-rw-r--r-- | common/errors.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/errors.h b/common/errors.h index cea4950f3..bd0c1af52 100644 --- a/common/errors.h +++ b/common/errors.h @@ -67,6 +67,8 @@ enum { GNUPG_Bad_Public_Key = 38, GNUPG_Bad_Secret_Key = 39, GNUPG_Bad_Data = 40, + GNUPG_Invalid_Parameter = 41, + GNUPG_Tribute_to_D_A = 42 }; /* Status codes - fixme: should go into another file */ |