From: Werner Koch Date: Tue, 9 Jun 2009 12:13:28 +0000 (+0000) Subject: Define error code. X-Git-Tag: gpgme-1.2.0@1385~14 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=213704cf526d7e16f1a0ef65a72afa580ead5bd2;p=gpgme.git Define error code. --- diff --git a/trunk/src/ChangeLog b/trunk/src/ChangeLog index 7ee3439..5d87214 100644 --- a/trunk/src/ChangeLog +++ b/trunk/src/ChangeLog @@ -1,3 +1,7 @@ +2009-06-09 Werner Koch + + * util.h (GPG_ERR_NOT_OPERATIONAL): Define. + 2009-05-28 Marcus Brinkmann * gpgme.h.in (gpgme_check_version_internal): New prototype. diff --git a/trunk/src/util.h b/trunk/src/util.h index a6820e9..d429d5d 100644 --- a/trunk/src/util.h +++ b/trunk/src/util.h @@ -120,6 +120,8 @@ const char *_gpgme_get_w32spawn_path (void); #ifndef GPG_ERR_UNFINISHED #define GPG_ERR_UNFINISHED 199 #endif - +#ifndef GPG_ERR_NOT_OPERATIONAL +#define GPG_ERR_NOT_OPERATIONAL 176 +#endif #endif /* UTIL_H */