From 55368d375b8a4d754c615a82a215d670a078f859 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 26 Jan 2015 16:45:29 +0000 Subject: -style fixes --- src/include/gnunet_common.h | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h index 2b501f91f..76cfe2417 100644 --- a/src/include/gnunet_common.h +++ b/src/include/gnunet_common.h @@ -302,11 +302,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); /** @@ -316,7 +317,8 @@ typedef void (*GNUNET_Logger) (void *cls, * @return number of log calls to be ignored */ int -GNUNET_get_log_skip (); +GNUNET_get_log_skip (void); + #if !defined(GNUNET_CULL_LOGGING) int -- cgit v1.2.3