aboutsummaryrefslogtreecommitdiffstats
path: root/include/util.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2003-10-29 10:07:44 +0000
committerWerner Koch <[email protected]>2003-10-29 10:07:44 +0000
commitfcc72f915bbafe2e1f1f68be7e79d7b45561da62 (patch)
treecabc573682cc56a710a40e251b33847d38ef1cb9 /include/util.h
parent* DETAILS: Add the 'a' value for field 12 and the new field 15. (diff)
downloadgnupg-fcc72f915bbafe2e1f1f68be7e79d7b45561da62.tar.gz
gnupg-fcc72f915bbafe2e1f1f68be7e79d7b45561da62.zip
* cardglue.c (open_card): Ask for card insertion.
(check_card_serialno): New. (agent_scd_pksign, agent_scd_pkdecrypt): Use it here. * cardglue.c (open_card): Issue insertion status message. * status.h, status.c (STATUS_CARDCTRL): New. * status.c (cpr_get_answer_okay_cancel): New. * miscutil.c (answer_is_okay_cancel): New.
Diffstat (limited to 'include/util.h')
-rw-r--r--include/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h
index 08ea7a78e..da2758a02 100644
--- a/include/util.h
+++ b/include/util.h
@@ -175,6 +175,7 @@ char *make_printable_string( const byte *p, size_t n, int delim );
int answer_is_yes_no_default( const char *s, int def_answer );
int answer_is_yes( const char *s );
int answer_is_yes_no_quit( const char *s );
+int answer_is_okay_cancel (const char *s, int def_answer);
/*-- strgutil.c --*/
void free_strlist( STRLIST sl );