diff options
author | Werner Koch <[email protected]> | 2001-07-30 17:46:07 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2001-07-30 17:46:07 +0000 |
commit | 8c4d2ca60968377bbfa587ec0dd7bfd17e5baae8 (patch) | |
tree | 63c96cd5979fd58d6cd354ce294580176cdcdbdf /complus/main.h | |
parent | Timos fixes (diff) | |
download | gpgme-8c4d2ca60968377bbfa587ec0dd7bfd17e5baae8.tar.gz gpgme-8c4d2ca60968377bbfa587ec0dd7bfd17e5baae8.zip |
Encryption basically works.
Removed system specific files becuase they are now part of Mingw32/CPD
Diffstat (limited to '')
-rw-r--r-- | complus/main.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/complus/main.h b/complus/main.h index 472b8cd8..7e48ad4f 100644 --- a/complus/main.h +++ b/complus/main.h @@ -38,11 +38,6 @@ struct { } opt; -/*-- ignupg.c --*/ -IClassFactory *gnupg_factory_new ( CLSID *r_clsid ); -void gnupg_factory_release ( IClassFactory *factory ); - - #endif /* COMPLUS_MAIN_H */ |