aboutsummaryrefslogtreecommitdiffstats
path: root/gpgme/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpgme/debug.h')
-rw-r--r--gpgme/debug.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gpgme/debug.h b/gpgme/debug.h
index 72d6319a..1083c668 100644
--- a/gpgme/debug.h
+++ b/gpgme/debug.h
@@ -50,6 +50,9 @@ _gpgme_debug_srcname (const char *file)
return s? s+1:file;
}
+/* Called early to initialize the logging. */
+void _gpgme_debug_subsystem_init (void);
+
/* Log the formatted string FORMAT at debug level LEVEL or higher. */
void _gpgme_debug (int level, const char *format, ...);