aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-06-18 09:07:38 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-06-18 09:07:38 +0000
commit3bea1b11de57b46ba7a5b360b7c8e5dc0565edbb (patch)
tree1e9366b8ccce16e5037b8518e5e3c4f9190deeae /src/transport/gnunet-service-transport_neighbours.h
parentad8abc8cb6c635f2687bbff83ad43a9dbb821bc6 (diff)
downloadgnunet-3bea1b11de57b46ba7a5b360b7c8e5dc0565edbb.tar.gz
gnunet-3bea1b11de57b46ba7a5b360b7c8e5dc0565edbb.zip
-fix
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