diff options
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 ); |