fix ftbfs
authorChristian Grothoff <christian@grothoff.org>
Fri, 14 Dec 2018 08:24:14 +0000 (09:24 +0100)
committerChristian Grothoff <christian@grothoff.org>
Fri, 14 Dec 2018 08:24:14 +0000 (09:24 +0100)
src/include/gnunet_transport_communication_service.h

index 8cf275660c8860e3dd620febcd18921fec52b6dd..2ba1f831ab94796a82a7c59d7d441a0da247c6f9 100644 (file)
@@ -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);
 
 
 /**