From 8bad9e344b6a084b506ba6d2117cc433a8383734 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 10 Jan 2002 19:46:20 +0000 Subject: *** empty log message *** --- common/errors.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/errors.h') 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 */ -- cgit