From 2444ddfc2c9043279341b80c5ce1c7175247cf1a Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 21 Jul 2010 08:00:09 +0000 Subject: Add gpg_err_deinit Prepare a new release. --- src/gpg-error.h.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gpg-error.h.in') 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. */ -- cgit v1.2.3