aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-26 16:45:29 +0000
committerChristian Grothoff <christian@grothoff.org>2015-01-26 16:45:29 +0000
commit55368d375b8a4d754c615a82a215d670a078f859 (patch)
tree66193ec3ee2e3f99a800349677e9a06bcdc250dc /src/include/gnunet_common.h
parente6953ea31cfa40b196236b00adac22cf569ffe8c (diff)
downloadgnunet-55368d375b8a4d754c615a82a215d670a078f859.tar.gz
gnunet-55368d375b8a4d754c615a82a215d670a078f859.zip
-style fixes
Diffstat (limited to 'src/include/gnunet_common.h')
-rw-r--r--src/include/gnunet_common.h14
1 files 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
302 * @param date when was the message logged? 302 * @param date when was the message logged?
303 * @param message what is the message 303 * @param message what is the message
304 */ 304 */
305typedef void (*GNUNET_Logger) (void *cls, 305typedef void
306 enum GNUNET_ErrorType kind, 306(*GNUNET_Logger) (void *cls,
307 const char *component, 307 enum GNUNET_ErrorType kind,
308 const char *date, 308 const char *component,
309 const char *message); 309 const char *date,
310 const char *message);
310 311
311 312
312/** 313/**
@@ -316,7 +317,8 @@ typedef void (*GNUNET_Logger) (void *cls,
316 * @return number of log calls to be ignored 317 * @return number of log calls to be ignored
317 */ 318 */
318int 319int
319GNUNET_get_log_skip (); 320GNUNET_get_log_skip (void);
321
320 322
321#if !defined(GNUNET_CULL_LOGGING) 323#if !defined(GNUNET_CULL_LOGGING)
322int 324int