X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Finclude%2Fgnunet_transport_service.h;h=604610774a4e23edf6e30003637aa0ebec84261a;hb=f23239f779a412049d064ad38e307b7a083baa10;hp=391a87e9de84cd17462dfe2439f543cf786fe5ae;hpb=d69f6f4b6394ea1ee30fcb17ef4031ed620cb3a3;p=oweals%2Fgnunet.git diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h index 391a87e9d..604610774 100644 --- a/src/include/gnunet_transport_service.h +++ b/src/include/gnunet_transport_service.h @@ -37,7 +37,7 @@ extern "C" #include "gnunet_configuration_lib.h" #include "gnunet_crypto_lib.h" -#include "gnunet_network_lib.h" +#include "gnunet_connection_lib.h" #include "gnunet_scheduler_lib.h" #include "gnunet_time_lib.h" @@ -111,7 +111,7 @@ typedef void struct GNUNET_TRANSPORT_Handle *GNUNET_TRANSPORT_connect (struct GNUNET_SCHEDULER_Handle *sched, - struct + const struct GNUNET_CONFIGURATION_Handle *cfg, void *cls, GNUNET_TRANSPORT_ReceiveCallback @@ -186,7 +186,7 @@ struct GNUNET_TRANSPORT_TransmitHandle unsigned int priority, struct GNUNET_TIME_Relative timeout, - GNUNET_NETWORK_TransmitReadyNotify + GNUNET_CONNECTION_TransmitReadyNotify notify, void *notify_cls);