From 4280710f338e79ae282a6dfe0103dc52270af0c3 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 9 Jun 2009 12:13:28 +0000 Subject: Define error code. --- src/util.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index a6820e97..d429d5d3 100644 --- a/src/util.h +++ b/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 */ -- cgit v1.2.3