diff options
author | Werner Koch <[email protected]> | 2009-06-09 12:13:28 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-06-09 12:13:28 +0000 |
commit | 4280710f338e79ae282a6dfe0103dc52270af0c3 (patch) | |
tree | 3951f306d5dbe7c220fec6258e8632ef3be425b4 /src/util.h | |
parent | doc/ (diff) | |
download | gpgme-4280710f338e79ae282a6dfe0103dc52270af0c3.tar.gz gpgme-4280710f338e79ae282a6dfe0103dc52270af0c3.zip |
Define error code.
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 */ |