aboutsummaryrefslogtreecommitdiffstats
path: root/src/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug.h')
-rw-r--r--src/debug.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/debug.h b/src/debug.h
index ed93531f..ccd48e19 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -73,7 +73,8 @@ void _gpgme_debug_end (void **helper);
void _gpgme_debug_buffer (int lvl, const char *const fmt,
const char *const func, const char *const tagname,
- void *tag, const char *const buffer, size_t len);
+ const void *const tag, const char *const buffer,
+ size_t len);
/* Trace support. */