aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport/plugin_transport_http.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_http.h b/src/transport/plugin_transport_http.h
index be8f93dd2..ab268e244 100644
--- a/src/transport/plugin_transport_http.h
+++ b/src/transport/plugin_transport_http.h
@@ -461,6 +461,9 @@ create_session (struct Plugin *plugin, const struct GNUNET_PeerIdentity *target,
461 const void *addr, size_t addrlen, 461 const void *addr, size_t addrlen,
462 GNUNET_TRANSPORT_TransmitContinuation cont, void *cont_cls); 462 GNUNET_TRANSPORT_TransmitContinuation cont, void *cont_cls);
463 463
464int
465exist_session (struct Plugin *plugin, struct Session *s);
466
464struct GNUNET_TIME_Relative 467struct GNUNET_TIME_Relative
465http_plugin_receive (void *cls, const struct GNUNET_PeerIdentity *peer, 468http_plugin_receive (void *cls, const struct GNUNET_PeerIdentity *peer,
466 const struct GNUNET_MessageHeader *message, 469 const struct GNUNET_MessageHeader *message,