From fd9b241cafa715b0da84cdd03f53387082b373f7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 2 Jul 2020 20:13:57 +0200 Subject: try to fix #6419: --- src/include/gnunet_common.h | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'src/include/gnunet_common.h') diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h index 34f419a49..68993b51d 100644 --- a/src/include/gnunet_common.h +++ b/src/include/gnunet_common.h @@ -345,7 +345,9 @@ struct GNUNET_AsyncScopeSave * #GNUNET_NO to stop iteration with no error, * #GNUNET_SYSERR to abort iteration with error! */ -typedef int (*GNUNET_FileNameCallback) (void *cls, const char *filename); +typedef int +(*GNUNET_FileNameCallback) (void *cls, + const char *filename); /** @@ -353,7 +355,8 @@ typedef int (*GNUNET_FileNameCallback) (void *cls, const char *filename); * * @param cls Closure. */ -typedef void (*GNUNET_ContinuationCallback) (void *cls); +typedef void +(*GNUNET_ContinuationCallback) (void *cls); /** @@ -368,10 +371,11 @@ typedef void (*GNUNET_ContinuationCallback) (void *cls); * @param data_size * Size of @a data. */ -typedef void (*GNUNET_ResultCallback) (void *cls, - int64_t result_code, - const void *data, - uint16_t data_size); +typedef void +(*GNUNET_ResultCallback) (void *cls, + int64_t result_code, + const void *data, + uint16_t data_size); /* ****************************** logging ***************************** */ -- cgit v1.2.3