aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-04 12:58:58 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-04 12:58:58 +0000
commit58cc7545c068d1deb7f7085822646313d5271b0f (patch)
tree771ba877b5a6f36e2e297de7c6c6adb17f0c8f9d /src/transport/gnunet-service-transport_neighbours.h
parent2b3767b6c7f244f55b9738da102f848eb19f984d (diff)
downloadgnunet-58cc7545c068d1deb7f7085822646313d5271b0f.tar.gz
gnunet-58cc7545c068d1deb7f7085822646313d5271b0f.zip
draft
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.h')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.h b/src/transport/gnunet-service-transport_neighbours.h
index 18134fd33..c627e7e2f 100644
--- a/src/transport/gnunet-service-transport_neighbours.h
+++ b/src/transport/gnunet-service-transport_neighbours.h
@@ -77,7 +77,7 @@ GST_neighbours_iterate (GST_NeighbourIterator cb,
77 * 77 *
78 */ 78 */
79int 79int
80GST_neighbours_handle_pong (const GNUNET_PeerIdentity *sender, 80GST_neighbours_handle_pong (const struct GNUNET_PeerIdentity *sender,
81 const struct GNUNET_MessageHeader *hdr, 81 const struct GNUNET_MessageHeader *hdr,
82 const char *plugin_name, 82 const char *plugin_name,
83 const void *sender_address, 83 const void *sender_address,
@@ -87,7 +87,7 @@ GST_neighbours_handle_pong (const GNUNET_PeerIdentity *sender,
87 * 87 *
88 */ 88 */
89int 89int
90GST_neighbours_handle_connect (const GNUNET_PeerIdentity *sender, 90GST_neighbours_handle_connect (const struct GNUNET_PeerIdentity *sender,
91 const struct GNUNET_MessageHeader *hdr, 91 const struct GNUNET_MessageHeader *hdr,
92 const char *plugin_name, 92 const char *plugin_name,
93 const void *sender_address, 93 const void *sender_address,
@@ -97,7 +97,7 @@ GST_neighbours_handle_connect (const GNUNET_PeerIdentity *sender,
97 * 97 *
98 */ 98 */
99int 99int
100GST_neighbours_handle_disconnect (const GNUNET_PeerIdentity *sender, 100GST_neighbours_handle_disconnect (const struct GNUNET_PeerIdentity *sender,
101 const struct GNUNET_MessageHeader *hdr, 101 const struct GNUNET_MessageHeader *hdr,
102 const char *plugin_name, 102 const char *plugin_name,
103 const void *sender_address, 103 const void *sender_address,