aboutsummaryrefslogtreecommitdiffstats
path: root/common/asshelp.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--common/asshelp.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/common/asshelp.h b/common/asshelp.h
index 4eb1d9267..609b203da 100644
--- a/common/asshelp.h
+++ b/common/asshelp.h
@@ -38,7 +38,10 @@
/*-- asshelp.c --*/
-void setup_libassuan_logging (unsigned int *debug_var_address);
+void setup_libassuan_logging (unsigned int *debug_var_address,
+ int (*log_monitor)(assuan_context_t ctx,
+ unsigned int cat,
+ const char *msg));
void set_libassuan_log_cats (unsigned int newcats);