refactor DHT for new service API
[oweals/gnunet.git] / src / cadet / gnunet-service-cadet_tunnel.h
index ca553a7d359b1908509081f8557cac426fa28a6a..8d65cbebd08cbb729b1a6b2a840fdcea4d75dc8a 100644 (file)
@@ -503,18 +503,6 @@ void
 GCT_send_ax_kx (struct CadetTunnel *t, int force_reply);
 
 
-/**
- * Sends an already built and encrypted message on a tunnel, choosing the best
- * connection. Useful for re-queueing messages queued on a destroyed connection.
- *
- * @param message Message to send. Function modifies it.
- * @param t Tunnel on which this message is transmitted.
- */
-void
-GCT_resend_message (const struct GNUNET_MessageHeader *message,
-                    struct CadetTunnel *t);
-
-
 /**
  * Is the tunnel directed towards the local peer?
  *