aboutsummaryrefslogtreecommitdiffstats
path: root/sm/gpgsm.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-03-12 13:36:29 +0000
committerWerner Koch <[email protected]>2002-03-12 13:36:29 +0000
commit83374554830904dfc6f2010e3fcdd9a1a864a2e6 (patch)
tree7323408f5ce8764ed3fa1dae665b6f8b23f8c1bb /sm/gpgsm.h
parent* server.c (cmd_listkeys, cmd_listsecretkeys): Divert to (diff)
downloadgnupg-83374554830904dfc6f2010e3fcdd9a1a864a2e6.tar.gz
gnupg-83374554830904dfc6f2010e3fcdd9a1a864a2e6.zip
* verify.c (gpgsm_verify): Detect certs-only message.
Diffstat (limited to '')
-rw-r--r--sm/gpgsm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sm/gpgsm.h b/sm/gpgsm.h
index fa5e3a003..40a5d5130 100644
--- a/sm/gpgsm.h
+++ b/sm/gpgsm.h
@@ -135,6 +135,7 @@ void gpgsm_init_default_ctrl (struct server_control_s *ctrl);
/*-- server.c --*/
void gpgsm_server (void);
void gpgsm_status (CTRL ctrl, int no, const char *text);
+void gpgsm_status2 (CTRL ctrl, int no, ...);
/*-- fingerprint --*/
char *gpgsm_get_fingerprint (KsbaCert cert, int algo, char *array, int *r_len);