aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-04-26 17:24:11 +0000
committerChristian Grothoff <christian@grothoff.org>2012-04-26 17:24:11 +0000
commit1a6b585b5e75eae3840c0ac960e8ed962993ec53 (patch)
tree57f5b0418ad108949d8cdccf03a11e216ad8a3f3 /src/transport
parent9da7438790bd4c2353b2a09f582ea25f2c27e5a6 (diff)
downloadgnunet-1a6b585b5e75eae3840c0ac960e8ed962993ec53.tar.gz
gnunet-1a6b585b5e75eae3840c0ac960e8ed962993ec53.zip
-fix build error
Diffstat (limited to 'src/transport')
-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,