diff options
author | Werner Koch <[email protected]> | 2000-07-14 17:34:53 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2000-07-14 17:34:53 +0000 |
commit | 92cd25550836198cf1e3a6aac239eef98364359d (patch) | |
tree | 4fad355126fae79c93535e0e7c6afd91e384552a /include/errors.h | |
parent | See ChangeLog: Thu May 25 18:39:11 CEST 2000 Werner Koch (diff) | |
download | gnupg-92cd25550836198cf1e3a6aac239eef98364359d.tar.gz gnupg-92cd25550836198cf1e3a6aac239eef98364359d.zip |
See ChangeLog: Fri Jul 14 19:38:23 CEST 2000 Werner Koch
Diffstat (limited to 'include/errors.h')
-rw-r--r-- | include/errors.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/errors.h b/include/errors.h index cb60e7dae..9fbf9320e 100644 --- a/include/errors.h +++ b/include/errors.h @@ -1,5 +1,5 @@ -/* errors.h - erro code - * Copyright (C) 1998 Free Software Foundation, Inc. +/* errors.h - error codes fro GnuPG + * Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. * * This file is part of GNUPG. * @@ -74,6 +74,7 @@ #define GPGERR_UNKNOWN_HOST 149 #define GPGERR_SELFTEST_FAILED 50 #define GPGERR_NOT_ENCRYPTED 151 +#define GPGERR_NOT_PROCESSED 152 #ifndef HAVE_STRERROR char *strerror( int n ); |