aboutsummaryrefslogtreecommitdiffstats
path: root/g10/main.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-03-05 09:22:13 +0000
committerWerner Koch <[email protected]>1998-03-05 09:22:13 +0000
commit1b1a6d7e77a29ffcadd3e67b78c9ed2c978e9af7 (patch)
tree412bcd2572c2504fe2a929682a60756d521eb529 /g10/main.h
parentv0.2.11 (diff)
downloadgnupg-1b1a6d7e77a29ffcadd3e67b78c9ed2c978e9af7.tar.gz
gnupg-1b1a6d7e77a29ffcadd3e67b78c9ed2c978e9af7.zip
removed g10maint.c
Diffstat (limited to 'g10/main.h')
-rw-r--r--g10/main.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/g10/main.h b/g10/main.h
index ef8180f06..eef3d7377 100644
--- a/g10/main.h
+++ b/g10/main.h
@@ -53,7 +53,7 @@ int sign_file( STRLIST filenames, int detached, STRLIST locusr,
int clearsign_file( const char *fname, STRLIST locusr, const char *outfile );
int sign_key( const char *username, STRLIST locusr );
int edit_keysigs( const char *username );
-int delete_key( const char *username );
+int delete_key( const char *username, int secure );
int change_passphrase( const char *username );
/*-- sig-check.c --*/
@@ -97,4 +97,7 @@ int enarmor_file( const char *fname );
/*-- revoke.c --*/
int gen_revoke( const char *uname );
+/*-- keylist.c --*/
+void ext_key_list( STRLIST names );
+
#endif /*G10_MAIN_H*/