From 629afebe5017db97f2a318f6878fe1f9d3e60189 Mon Sep 17 00:00:00 2001 From: Andre Heinecke Date: Thu, 5 Jul 2018 10:22:13 +0200 Subject: cpp: Add enum mapping for GPGME_AUDIT_LOG_DIAG * src/context.cpp (to_auditlog_flags): Map DIAG value. * src/context.h (AuditLogFlags): Add it. --- lang/cpp/src/context.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lang/cpp/src/context.h') diff --git a/lang/cpp/src/context.h b/lang/cpp/src/context.h index a14625e0..6e27daa6 100644 --- a/lang/cpp/src/context.h +++ b/lang/cpp/src/context.h @@ -401,7 +401,9 @@ public: // // enum AuditLogFlags { + DefaultAuditLog = 0, HtmlAuditLog = 1, + DiagnosticAuditLog = 2, AuditLogWithHelp = 128 }; GpgME::Error startGetAuditLog(Data &output, unsigned int flags = 0); -- cgit v1.2.3