aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-06-09 12:13:28 +0000
committerWerner Koch <[email protected]>2009-06-09 12:13:28 +0000
commit4280710f338e79ae282a6dfe0103dc52270af0c3 (patch)
tree3951f306d5dbe7c220fec6258e8632ef3be425b4 /src/util.h
parentdoc/ (diff)
downloadgpgme-4280710f338e79ae282a6dfe0103dc52270af0c3.tar.gz
gpgme-4280710f338e79ae282a6dfe0103dc52270af0c3.zip
Define error code.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h4
1 files changed, 3 insertions, 1 deletions
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 */