implemented disconnect notifications for outbound connections
[oweals/gnunet.git] / src / transport / plugin_transport_http.h
index 3cba2ace047e33c4d46cda091381ff6791ac65c5..24752aff38e9d4f737c0f0130513376617dee940 100644 (file)
@@ -252,4 +252,9 @@ server_start (struct Plugin *plugin);
 void
 server_stop (struct Plugin *plugin);
 
+void
+notify_session_end (void *cls,
+                    const struct GNUNET_PeerIdentity *
+                    peer, struct Session * s);
+
 /* end of plugin_transport_http.h */