more work on fs service
[oweals/gnunet.git] / src / include / gnunet_transport_service.h
index 391a87e9de84cd17462dfe2439f543cf786fe5ae..604610774a4e23edf6e30003637aa0ebec84261a 100644 (file)
@@ -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);