diff options
Diffstat (limited to 'g10/main.h')
-rw-r--r-- | g10/main.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/main.h b/g10/main.h index fec9ae04d..df04f408d 100644 --- a/g10/main.h +++ b/g10/main.h @@ -87,7 +87,8 @@ int check_key_signature2( KBNODE root, KBNODE node, int delete_key( const char *username, int secure ); /*-- keyedit.c --*/ -void keyedit_menu( const char *username, STRLIST locusr, STRLIST cmds ); +void keyedit_menu( const char *username, STRLIST locusr, STRLIST cmds, + int sign_mode ); /*-- keygen.c --*/ u32 ask_expiredate(void); |