summaryrefslogtreecommitdiffstats
path: root/g10/main.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-04-09 13:19:09 +0200
committerWerner Koch <wk@gnupg.org>1998-04-09 13:19:09 +0200
commit3c7368a33d5fe4f7e865e5e320d2d628db4f845b (patch)
tree8fdd05880ed9547ea7166e4b9b93ad336da61d72 /g10/main.h
parenttest release (diff)
downloadgnupg2-3c7368a33d5fe4f7e865e5e320d2d628db4f845b.tar.xz
gnupg2-3c7368a33d5fe4f7e865e5e320d2d628db4f845b.zip
new releaseV0-2-15
Diffstat (limited to 'g10/main.h')
-rw-r--r--g10/main.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/g10/main.h b/g10/main.h
index 82f2373d7..4450849d6 100644
--- a/g10/main.h
+++ b/g10/main.h
@@ -54,17 +54,20 @@ int encrypt_filter( void *opaque, int control,
/*-- sign.c --*/
+int complete_sig( PKT_signature *sig, PKT_secret_cert *skc, MD_HANDLE md );
int sign_file( STRLIST filenames, int detached, STRLIST locusr,
int encrypt, STRLIST remusr, const char *outfile );
int clearsign_file( const char *fname, STRLIST locusr, const char *outfile );
+
+/*-- sig-check.c --*/
+int check_key_signature( KBNODE root, KBNODE node, int *is_selfsig );
+
+/*-- keyedit.c --*/
int sign_key( const char *username, STRLIST locusr );
int edit_keysigs( const char *username );
int delete_key( const char *username, int secure );
int change_passphrase( const char *username );
-/*-- sig-check.c --*/
-int check_key_signature( KBNODE root, KBNODE node, int *is_selfsig );
-
/*-- keygen.c --*/
void generate_keypair(void);