aboutsummaryrefslogtreecommitdiffstats
path: root/sm/gpgsm.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-03-21 09:56:47 +0000
committerWerner Koch <[email protected]>2006-03-21 09:56:47 +0000
commit6b19366e4e4583bc70f43c2ac138b9a7decb7075 (patch)
tree74ccd4d237a7579e9251c05fc4df78372bd37bc7 /sm/gpgsm.h
parentFixed card removal problems (diff)
downloadgnupg-6b19366e4e4583bc70f43c2ac138b9a7decb7075.tar.gz
gnupg-6b19366e4e4583bc70f43c2ac138b9a7decb7075.zip
Add Kludge for RegTP sillyness.
Diffstat (limited to '')
-rw-r--r--sm/gpgsm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sm/gpgsm.h b/sm/gpgsm.h
index dc863f682..438252050 100644
--- a/sm/gpgsm.h
+++ b/sm/gpgsm.h
@@ -296,7 +296,8 @@ int gpgsm_decrypt (ctrl_t ctrl, int in_fd, FILE *out_fp);
int gpgsm_genkey (ctrl_t ctrl, int in_fd, FILE *out_fp);
/*-- qualified.c --*/
-gpg_error_t gpgsm_is_in_qualified_list (ctrl_t ctrl, ksba_cert_t cert);
+gpg_error_t gpgsm_is_in_qualified_list (ctrl_t ctrl, ksba_cert_t cert,
+ char *country);
gpg_error_t gpgsm_qualified_consent (ctrl_t ctrl, ksba_cert_t cert);
gpg_error_t gpgsm_not_qualified_warning (ctrl_t ctrl, ksba_cert_t cert);