diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-11-08 14:20:33 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-11-08 14:20:33 +0100 |
commit | 304bfc5d18d5613a38b5d927925dbfa00adfc82a (patch) | |
tree | b863b2ef83a9e79413be4dae313a423ac2be9dd6 /src/include/gnunet_transport_communication_service.h | |
parent | a18d1f2587ca5df5a9c6e47c012bfbaf3f19098c (diff) |
unix communicator now builds
Diffstat (limited to 'src/include/gnunet_transport_communication_service.h')
-rw-r--r-- | src/include/gnunet_transport_communication_service.h | 2 |
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" typedef int (*GNUNET_TRANSPORT_CommunicatorMqInit) (void *cls, const struct GNUNET_PeerIdentity *peer, - const void *address); + const char *address); /** |