wip
[oweals/gnunet.git] / src / include / gnunet_common.h
index dddee068af0b8c1d036c8d2da9a749d3d480ee5f..73945a809b1a9c30569ffa1e6915ff67dc1831ca 100644 (file)
@@ -147,6 +147,7 @@ enum GNUNET_ErrorType
   GNUNET_ERROR_TYPE_BULK = 32
 };
 
+
 /**
  * User-defined handler for log messages.
  *
@@ -208,6 +209,7 @@ int
 GNUNET_log_setup (const char *comp,
                   const char *loglevel, const char *logfile);
 
+
 /**
  * Add a custom logger.
  *
@@ -216,6 +218,7 @@ GNUNET_log_setup (const char *comp,
  */
 void GNUNET_logger_add (GNUNET_Logger logger, void *logger_cls);
 
+
 /**
  * Remove a custom logger.
  *
@@ -235,6 +238,7 @@ void GNUNET_logger_remove (GNUNET_Logger logger, void *logger_cls);
  */
 const char *GNUNET_h2s (const GNUNET_HashCode *hc);
 
+
 /**
  * Convert a hash value to a string (for printing debug messages).
  * This prints all 104 characters of a hashcode!
@@ -246,6 +250,7 @@ const char *GNUNET_h2s (const GNUNET_HashCode *hc);
  */
 const char *GNUNET_h2s_full (const GNUNET_HashCode *hc);
 
+
 /**
  * Convert a peer identity to a string (for printing debug messages).
  * This is one of the very few calls in the entire API that is
@@ -279,6 +284,7 @@ const char *GNUNET_a2s (const struct sockaddr *addr,
  */
 const char *GNUNET_error_type_to_string (enum GNUNET_ErrorType kind);
 
+
 /**
  * Use this for fatal errors that cannot be handled
  */