aboutsummaryrefslogtreecommitdiffstats
path: root/sm/gpgsm.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-06-12 14:35:41 +0000
committerWerner Koch <[email protected]>2002-06-12 14:35:41 +0000
commit312ee41ff7b22f250ef12cfb97d287d2f62ec57c (patch)
tree17528836bd028b170c733ad35af8eeb2d7d73155 /sm/gpgsm.h
parent* gpgsm.c (open_fwrite): New. (diff)
downloadgnupg-312ee41ff7b22f250ef12cfb97d287d2f62ec57c.tar.gz
gnupg-312ee41ff7b22f250ef12cfb97d287d2f62ec57c.zip
* call-dirmngr.c (lookup_status_cb): New.
(gpgsm_dirmngr_lookup): Use the status CB. Add new arg CTRL and changed caller to pass it.
Diffstat (limited to '')
-rw-r--r--sm/gpgsm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/gpgsm.h b/sm/gpgsm.h
index 2ecb3169e..43c154364 100644
--- a/sm/gpgsm.h
+++ b/sm/gpgsm.h
@@ -240,7 +240,7 @@ int gpgsm_agent_learn (void);
/*-- call-dirmngr.c --*/
int gpgsm_dirmngr_isvalid (KsbaCert cert);
-int gpgsm_dirmngr_lookup (STRLIST names,
+int gpgsm_dirmngr_lookup (CTRL ctrl, STRLIST names,
void (*cb)(void*, KsbaCert), void *cb_value);