diff options
Diffstat (limited to 'g10/main.h')
-rw-r--r-- | g10/main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/main.h b/g10/main.h index 273e7a823..5a76173a1 100644 --- a/g10/main.h +++ b/g10/main.h @@ -79,6 +79,8 @@ void g10_rsa_sign( PKT_secret_cert *skc, PKT_signature *sig, MD_HANDLE md ); /*-- import.c --*/ int import_pubkeys( const char *filename ); +/*-- export.c --*/ +int export_pubkeys( STRLIST users ); #endif /*G10_MAIN_H*/ |