diff options
Diffstat (limited to 'src/gpg-error.h.in')
-rw-r--r-- | src/gpg-error.h.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in index 66c5292..fdd2e61 100644 --- a/src/gpg-error.h.in +++ b/src/gpg-error.h.in @@ -114,6 +114,12 @@ typedef unsigned int gpg_error_t; #define GPG_ERR_SOURCE_SHIFT 24 +/* Initialization function. */ + +/* Initialize the library. This function should be run early. */ +gpg_error_t gpg_err_init (void); + + /* Constructor and accessor functions. */ /* Construct an error value from an error code and source. Within a @@ -209,4 +215,5 @@ gpg_error_from_errno (int err) } #endif + #endif /* GPG_ERROR_H */ |