aboutsummaryrefslogtreecommitdiffstats
path: root/g10/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'g10/main.h')
-rw-r--r--g10/main.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/g10/main.h b/g10/main.h
index bba90ef5a..a8132fa74 100644
--- a/g10/main.h
+++ b/g10/main.h
@@ -71,8 +71,10 @@ 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 --*/
+/*-- delkey.c --*/
int delete_key( const char *username, int secure );
+
+/*-- keyedit.c --*/
void keyedit_menu( const char *username, STRLIST locusr );
/*-- keygen.c --*/