aboutsummaryrefslogtreecommitdiffstats
path: root/g10/main.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1997-12-20 17:23:29 +0000
committerWerner Koch <[email protected]>1997-12-20 17:23:29 +0000
commitcb5459aed775ed1eafcd89bb38544c6360c40e49 (patch)
tree38716e06e78ec08cf557b1df68ef001f8c9dfeb1 /g10/main.h
parentbetter prime number generator. improved ELG key generation (diff)
downloadgnupg-cb5459aed775ed1eafcd89bb38544c6360c40e49.tar.gz
gnupg-cb5459aed775ed1eafcd89bb38544c6360c40e49.zip
very first release
Diffstat (limited to 'g10/main.h')
-rw-r--r--g10/main.h3
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);