aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_http.h')
-rw-r--r--src/transport/plugin_transport_http.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_http.h b/src/transport/plugin_transport_http.h
index 3cba2ace0..24752aff3 100644
--- a/src/transport/plugin_transport_http.h
+++ b/src/transport/plugin_transport_http.h
@@ -252,4 +252,9 @@ server_start (struct Plugin *plugin);
252void 252void
253server_stop (struct Plugin *plugin); 253server_stop (struct Plugin *plugin);
254 254
255void
256notify_session_end (void *cls,
257 const struct GNUNET_PeerIdentity *
258 peer, struct Session * s);
259
255/* end of plugin_transport_http.h */ 260/* end of plugin_transport_http.h */