diff options
author | Werner Koch <[email protected]> | 2000-12-12 13:31:25 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2000-12-12 13:31:25 +0000 |
commit | edcc338a593d703335a98f39a44ff26307927458 (patch) | |
tree | 3ed5974c2f93de0b46c0962986e85efaeced38fa /complus/main.h | |
parent | Okay, it runs at least on Windows 95 (diff) | |
download | gpgme-edcc338a593d703335a98f39a44ff26307927458.tar.gz gpgme-edcc338a593d703335a98f39a44ff26307927458.zip |
Add a passphrase callback and minor changes to the interface
Diffstat (limited to '')
-rw-r--r-- | complus/main.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/complus/main.h b/complus/main.h index 9c48c7b5..472b8cd8 100644 --- a/complus/main.h +++ b/complus/main.h @@ -38,6 +38,10 @@ struct { } opt; +/*-- ignupg.c --*/ +IClassFactory *gnupg_factory_new ( CLSID *r_clsid ); +void gnupg_factory_release ( IClassFactory *factory ); + #endif /* COMPLUS_MAIN_H */ |