diff options
Diffstat (limited to 'gpgme/rungpg.h')
-rw-r--r-- | gpgme/rungpg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gpgme/rungpg.h b/gpgme/rungpg.h index bdd4a7a3..e6ba4a96 100644 --- a/gpgme/rungpg.h +++ b/gpgme/rungpg.h @@ -95,6 +95,7 @@ typedef const char *(*GpgCommandHandler)(void*, GpgStatusCode code, GpgmeError _gpgme_gpg_new ( GpgObject *r_gpg ); void _gpgme_gpg_release ( GpgObject gpg ); +void _gpgme_gpg_housecleaning (void); void _gpgme_gpg_enable_pipemode ( GpgObject gpg ); GpgmeError _gpgme_gpg_add_arg ( GpgObject gpg, const char *arg ); GpgmeError _gpgme_gpg_add_data ( GpgObject gpg, GpgmeData data, int dup_to ); |