aboutsummaryrefslogtreecommitdiffstats
path: root/complus/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'complus/main.h')
-rw-r--r--complus/main.h4
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 */