print active/inactive information
[oweals/gnunet.git] / src / include / gnunet_peerinfo_service.h
index b428f49a43a7b5ee509794cea97f1b337a9d4d96..4995f32885f7fcdef598217afc5741f18ae40230 100644 (file)
@@ -73,7 +73,7 @@ GNUNET_PEERINFO_disconnect (struct GNUNET_PEERINFO_Handle *h);
 
 /**
  * Continuation called with a status result.
- * 
+ *
  * @param cls closure
  * @param emsg error message, NULL on success
  */
@@ -131,11 +131,11 @@ GNUNET_PEERINFO_add_peer_cancel (struct GNUNET_PEERINFO_AddContext *ac);
  * @param hello hello message for the peer (can be NULL)
  * @param error message
  */
-typedef void (*GNUNET_PEERINFO_Processor) (void *cls,
-                                           const struct GNUNET_PeerIdentity *
-                                           peer,
-                                           const struct GNUNET_HELLO_Message *
-                                           hello, const char *err_msg);
+typedef void
+(*GNUNET_PEERINFO_Processor) (void *cls,
+                              const struct GNUNET_PeerIdentity *peer,
+                              const struct GNUNET_HELLO_Message *hello,
+                              const char *err_msg);
 
 
 /**