diff options
author | Werner Koch <[email protected]> | 2010-07-21 08:00:09 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-07-21 08:00:09 +0000 |
commit | 2444ddfc2c9043279341b80c5ce1c7175247cf1a (patch) | |
tree | c2e344074bf650c4054e0b2d5ebac0d01f10579a /src/gpg-error.h.in | |
parent | Update (diff) | |
download | libgpg-error-1.9.tar.gz libgpg-error-1.9.zip |
Add gpg_err_deinitlibgpg-error-1.9
Prepare a new release.
Diffstat (limited to 'src/gpg-error.h.in')
-rw-r--r-- | src/gpg-error.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in index 8f70ac9..ae1be21 100644 --- a/src/gpg-error.h.in +++ b/src/gpg-error.h.in @@ -152,6 +152,10 @@ gpg_error_t gpg_err_init (void) _GPG_ERR_CONSTRUCTOR; #define GPG_ERR_INITIALIZED 1 #endif +/* See the source on how to use the deinit function; it is usually not + required. */ +void gpg_err_deinit (int mode); + /* Constructor and accessor functions. */ |