aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_communication_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-12-14 09:24:14 +0100
committerChristian Grothoff <christian@grothoff.org>2018-12-14 09:24:14 +0100
commit18784b77764c56842ae59428f3ebea95c157ffab (patch)
tree1c85e88a50ba8d9153b75c1b0b4b0c245f7ac8a7 /src/include/gnunet_transport_communication_service.h
parent63462a4dddd238e439360e2e70ecaa9366066fc5 (diff)
downloadgnunet-18784b77764c56842ae59428f3ebea95c157ffab.tar.gz
gnunet-18784b77764c56842ae59428f3ebea95c157ffab.zip
fix ftbfs
Diffstat (limited to 'src/include/gnunet_transport_communication_service.h')
-rw-r--r--src/include/gnunet_transport_communication_service.h6
1 files changed, 3 insertions, 3 deletions
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
135 const char *addr_prefix, 135 const char *addr_prefix,
136 enum GNUNET_TRANSPORT_CommunicatorCharacteristics cc, 136 enum GNUNET_TRANSPORT_CommunicatorCharacteristics cc,
137 GNUNET_TRANSPORT_CommunicatorMqInit mq_init, 137 GNUNET_TRANSPORT_CommunicatorMqInit mq_init,
138 void *mq_init_cls, 138 void *mq_init_cls);
139 GNUNET_TRANSPORT_CommunicatorNotify notify_cb, 139// GNUNET_TRANSPORT_CommunicatorNotify notify_cb,
140 void *notify_cb_cls); 140// void *notify_cb_cls);
141 141
142 142
143/** 143/**