-doxygen
[oweals/gnunet.git] / src / transport / gnunet-service-transport_clients.h
index 757780f9113bcf01b384d66d56082d52322dd04c..25d075864bbff9b6a436241a0be5d967147a7329 100644 (file)
@@ -31,6 +31,7 @@
 #include "gnunet_hello_lib.h"
 
 
+
 /**
  * Start handling requests from clients.
  *
 void
 GST_clients_start (struct GNUNET_SERVER_Handle *server);
 
-/**
- * Tell clients how many bytes were used on the wire
- * Can differ from payload bytes depending on plugin
- *
- * @param n peer
- * @param send_phys bytes sent on the wire
- */
-void
-GST_clients_communicate_bytes_used (const struct GNUNET_PeerIdentity *n, ssize_t send_phys);
-
 
 /**
  * Stop processing clients.