summaryrefslogtreecommitdiffstats
path: root/sm/gpgsm.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2004-03-06 21:11:19 +0100
committerWerner Koch <wk@gnupg.org>2004-03-06 21:11:19 +0100
commit884483282f0782f93cf1f171983f27e72eef252c (patch)
tree57bd893a41a517c2c54586a832c7e1269fa416ad /sm/gpgsm.h
parent(gpgsm_export): Make sure that we don't export more (diff)
downloadgnupg2-884483282f0782f93cf1f171983f27e72eef252c.tar.xz
gnupg2-884483282f0782f93cf1f171983f27e72eef252c.zip
Preparing for a release
Diffstat (limited to 'sm/gpgsm.h')
-rw-r--r--sm/gpgsm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sm/gpgsm.h b/sm/gpgsm.h
index c0434d79c..62bc05354 100644
--- a/sm/gpgsm.h
+++ b/sm/gpgsm.h
@@ -288,7 +288,8 @@ int gpgsm_agent_learn (void);
int gpgsm_agent_passwd (const char *hexkeygrip, const char *desc);
/*-- call-dirmngr.c --*/
-int gpgsm_dirmngr_isvalid (ksba_cert_t cert, int use_ocsp);
+int gpgsm_dirmngr_isvalid (ksba_cert_t cert, ksba_cert_t issuer_cert,
+ int use_ocsp);
int gpgsm_dirmngr_lookup (ctrl_t ctrl, STRLIST names,
void (*cb)(void*, ksba_cert_t), void *cb_value);
int gpgsm_dirmngr_run_command (ctrl_t ctrl, const char *command,