-work around MHD_USE_TLS not being in old MHD versions
[oweals/gnunet.git] / src / include / gnunet_psyc_message.h
index 42ff0ea86cd46880b5b1b8c69f1f271c161729ad..e6337d0936951b204413d1905df4faacd55b2912 100644 (file)
@@ -107,7 +107,7 @@ struct GNUNET_PSYC_TransmitHandle;
  * Create a transmission handle.
  */
 struct GNUNET_PSYC_TransmitHandle *
-GNUNET_PSYC_transmit_create ();
+GNUNET_PSYC_transmit_create (struct GNUNET_MQ_Handle *mq);
 
 
 /**