diff options
author | Werner Koch <[email protected]> | 2001-07-31 09:44:22 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2001-07-31 09:44:22 +0000 |
commit | 6ccc42c489bc12d3639bfecd7cfd766fa96eacaf (patch) | |
tree | 1ecb629c1e9401afd995e9efdd9672f114eff5f3 /complus/igpgme.h | |
parent | Encryption basically works. (diff) | |
download | gpgme-6ccc42c489bc12d3639bfecd7cfd766fa96eacaf.tar.gz gpgme-6ccc42c489bc12d3639bfecd7cfd766fa96eacaf.zip |
Does not manage lifetime
Diffstat (limited to '')
-rw-r--r-- | complus/igpgme.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/complus/igpgme.h b/complus/igpgme.h index 35ce91da..fa967627 100644 --- a/complus/igpgme.h +++ b/complus/igpgme.h @@ -45,6 +45,7 @@ DEFINE_GUID(IID_IGpgme, 0x3811fd50, 0x7f72, 0x11d5, typedef struct IGpgme IGpgme; +void igpgme_register_exit_event (HANDLE ev); IClassFactory *igpgme_factory_new( CLSID *r_clsid ); void igpgme_factory_release ( IClassFactory *factory ); |