doxy
[oweals/gnunet.git] / src / core / gnunet-service-core_neighbours.h
index 36682770e7600e028565c6b94c5942c7499177d4..d613c46a51ca24f51d43bff3627ec6aded51ce59 100644 (file)
  * when the message queue is empty).  Outbound quotas and memory
  * bounds will then be enfoced (as GSC_SESSION_solicit is only called
  * if sufficient banwdith is available).
- * 
+ *
  * @param target peer that should receive the message (must be connected)
  * @param msg message to transmit
  * @param timeout by when should the transmission be done?
  */
 void
 GSC_NEIGHBOURS_transmit (const struct GNUNET_PeerIdentity *target,
-                        const struct GNUNET_MessageHeader *msg,
-                        struct GNUNET_TIME_Relative timeout);
+                         const struct GNUNET_MessageHeader *msg,
+                         struct GNUNET_TIME_Relative timeout);
 
 
 /**