aboutsummaryrefslogtreecommitdiffstats
path: root/g10/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'g10/main.h')
-rw-r--r--g10/main.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/g10/main.h b/g10/main.h
index 0c59de222..8761a1c59 100644
--- a/g10/main.h
+++ b/g10/main.h
@@ -89,6 +89,10 @@ void g10_rsa_sign( PKT_secret_cert *skc, PKT_signature *sig,
int import_pubkeys( const char *filename );
/*-- export.c --*/
int export_pubkeys( STRLIST users );
+/* dearmor.c --*/
+int dearmor_file( const char *fname );
+/*-- revoke.c --*/
+int gen_revoke( const char *uname );
#endif /*G10_MAIN_H*/