- fix error messages
[oweals/gnunet.git] / src / transport / gnunet-service-transport_blacklist.h
index 64a8006641b386ae245dc1b87eb9a5fe3f05b4ca..a0ae5a959cbce7f9e4386db55b0db60b0942c99d 100644 (file)
  * Start blacklist subsystem.
  *
  * @param server server used to accept clients from
+ * @param cfg configuration handle
+ * @param my_id my peer id
  */
 void
-GST_blacklist_start (struct GNUNET_SERVER_Handle *server);
+GST_blacklist_start (struct GNUNET_SERVER_Handle *server,
+                                                                                const struct GNUNET_CONFIGURATION_Handle *cfg,
+                                                                                const struct GNUNET_PeerIdentity *my_id);
 
 
 /**
@@ -58,6 +62,7 @@ void
 GST_blacklist_handle_init (void *cls, struct GNUNET_SERVER_Client *client,
                            const struct GNUNET_MessageHeader *message);
 
+
 /**
  * A blacklisting client has sent us reply. Process it.
  *
@@ -69,9 +74,10 @@ void
 GST_blacklist_handle_reply (void *cls, struct GNUNET_SERVER_Client *client,
                             const struct GNUNET_MessageHeader *message);
 
+
 /**
  * Add the given peer to the blacklist (for the given transport).
- * 
+ *
  * @param peer peer to blacklist
  * @param transport_name transport to blacklist for this peer, NULL for all
  */
@@ -117,7 +123,7 @@ GST_blacklist_test_allowed (const struct GNUNET_PeerIdentity *peer,
 
 /**
  * Cancel a blacklist check.
- * 
+ *
  * @param bc check to cancel
  */
 void