From 31eae6bbe16302d2593b806ef3d2ac2ca9c2d8de Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 24 Jul 2021 22:05:46 +0200 Subject: early draft for libgnunetpq event notification support --- src/include/gnunet_common.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'src/include/gnunet_common.h') diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h index 1126deaf4..df1ccff26 100644 --- a/src/include/gnunet_common.h +++ b/src/include/gnunet_common.h @@ -435,11 +435,12 @@ enum GNUNET_ErrorType * @param date when was the message logged? * @param message what is the message */ -typedef void (*GNUNET_Logger) (void *cls, - enum GNUNET_ErrorType kind, - const char *component, - const char *date, - const char *message); +typedef void +(*GNUNET_Logger) (void *cls, + enum GNUNET_ErrorType kind, + const char *component, + const char *date, + const char *message); /** -- cgit v1.2.3