diff options
| author | Werner Koch <[email protected]> | 1998-02-16 20:05:02 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 1998-02-16 20:05:02 +0000 |
| commit | 82464369f664f821542c416d35d4013f9723f87a (patch) | |
| tree | d127f2d891260ff1c6d4264630b2ba7bd463b1f4 /g10/main.h | |
| parent | added option export (diff) | |
| download | gnupg-82464369f664f821542c416d35d4013f9723f87a.tar.gz gnupg-82464369f664f821542c416d35d4013f9723f87a.zip | |
some import functionality
Diffstat (limited to 'g10/main.h')
| -rw-r--r-- | g10/main.h | 4 |
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*/ |
