diff options
Diffstat (limited to '')
-rw-r--r-- | g10/main.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/main.h b/g10/main.h index 13e20a750..0d769c8b0 100644 --- a/g10/main.h +++ b/g10/main.h @@ -37,6 +37,9 @@ int encode_crypt( const char *filename, STRLIST remusr ); int sign_file( const char *filename, int detached, STRLIST locusr ); int sign_key( const char *username, STRLIST locusr ); +/*-- sig-check.c --*/ +int check_key_signature( KBNODE root, KBNODE node ); + /*-- keygen.c --*/ void generate_keypair(void); |