aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_communication_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-11-08 14:20:33 +0100
committerChristian Grothoff <christian@grothoff.org>2018-11-08 14:20:33 +0100
commit304bfc5d18d5613a38b5d927925dbfa00adfc82a (patch)
treeb863b2ef83a9e79413be4dae313a423ac2be9dd6 /src/include/gnunet_transport_communication_service.h
parenta18d1f2587ca5df5a9c6e47c012bfbaf3f19098c (diff)
downloadgnunet-304bfc5d18d5613a38b5d927925dbfa00adfc82a.tar.gz
gnunet-304bfc5d18d5613a38b5d927925dbfa00adfc82a.zip
unix communicator now builds
Diffstat (limited to 'src/include/gnunet_transport_communication_service.h')
-rw-r--r--src/include/gnunet_transport_communication_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_transport_communication_service.h b/src/include/gnunet_transport_communication_service.h
index b1a248e51..ab5d3742a 100644
--- a/src/include/gnunet_transport_communication_service.h
+++ b/src/include/gnunet_transport_communication_service.h
@@ -70,7 +70,7 @@ extern "C"
70typedef int 70typedef int
71(*GNUNET_TRANSPORT_CommunicatorMqInit) (void *cls, 71(*GNUNET_TRANSPORT_CommunicatorMqInit) (void *cls,
72 const struct GNUNET_PeerIdentity *peer, 72 const struct GNUNET_PeerIdentity *peer,
73 const void *address); 73 const char *address);
74 74
75 75
76/** 76/**