From: Christian Grothoff Date: Fri, 14 Dec 2018 08:24:14 +0000 (+0100) Subject: fix ftbfs X-Git-Tag: v0.11.0~159 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=18784b77764c56842ae59428f3ebea95c157ffab;p=oweals%2Fgnunet.git fix ftbfs --- diff --git a/src/include/gnunet_transport_communication_service.h b/src/include/gnunet_transport_communication_service.h index 8cf275660..2ba1f831a 100644 --- a/src/include/gnunet_transport_communication_service.h +++ b/src/include/gnunet_transport_communication_service.h @@ -135,9 +135,9 @@ GNUNET_TRANSPORT_communicator_connect (const struct GNUNET_CONFIGURATION_Handle const char *addr_prefix, enum GNUNET_TRANSPORT_CommunicatorCharacteristics cc, GNUNET_TRANSPORT_CommunicatorMqInit mq_init, - void *mq_init_cls, - GNUNET_TRANSPORT_CommunicatorNotify notify_cb, - void *notify_cb_cls); + void *mq_init_cls); +// GNUNET_TRANSPORT_CommunicatorNotify notify_cb, +// void *notify_cb_cls); /**