mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Add option --data to GETAUDITLOG command.
Return HTML formatted dummy output.
This commit is contained in:
parent
95b57d9337
commit
3d4ef0c814
5 changed files with 57 additions and 30 deletions
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include <ksba.h>
|
||||
|
||||
#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);
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue