aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.h')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.h b/src/transport/gnunet-service-transport_neighbours.h
index 23091b750..c53f1a457 100644
--- a/src/transport/gnunet-service-transport_neighbours.h
+++ b/src/transport/gnunet-service-transport_neighbours.h
@@ -195,8 +195,10 @@ GST_neighbours_iterate (GST_NeighbourIterator cb, void *cb_cls);
195 * 195 *
196 * @param peer identity of the peer where the session died 196 * @param peer identity of the peer where the session died
197 * @param session session that is gone 197 * @param session session that is gone
198 * @param GNUNET_YES if this was a session used, GNUNET_NO if
199 * this session was not in use
198 */ 200 */
199void 201int
200GST_neighbours_session_terminated (const struct GNUNET_PeerIdentity *peer, 202GST_neighbours_session_terminated (const struct GNUNET_PeerIdentity *peer,
201 struct Session *session); 203 struct Session *session);
202 204