From 3d4ef0c814698381371c9d5563cf158950af896c Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 26 Nov 2007 11:00:39 +0000 Subject: Add option --data to GETAUDITLOG command. Return HTML formatted dummy output. --- common/audit.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common/audit.h') diff --git a/common/audit.h b/common/audit.h index ca7b70405..83baa41c7 100644 --- a/common/audit.h +++ b/common/audit.h @@ -22,6 +22,7 @@ #include +#include "estream.h" struct audit_ctx_s; typedef struct audit_ctx_s *audit_ctx_t; @@ -132,7 +133,7 @@ void audit_log_s (audit_ctx_t ctx, audit_event_t event, const char *value); void audit_log_cert (audit_ctx_t ctx, audit_event_t event, ksba_cert_t cert, gpg_error_t err); -void audit_print_result (audit_ctx_t ctx, FILE *fp); +void audit_print_result (audit_ctx_t ctx, estream_t stream); -- cgit v1.2.3