aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-23 23:20:09 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-23 23:20:09 +0000
commit5140bd05677e696e7890c8613c050baf79c9166d (patch)
treef068fab60e2feb76f7f306a46a2438979d2bad4e /src/nse
parentd5eec64dbfd73da3f179d9223a3108a6bff5ed71 (diff)
downloadgnunet-5140bd05677e696e7890c8613c050baf79c9166d.tar.gz
gnunet-5140bd05677e696e7890c8613c050baf79c9166d.zip
-doxygen
Diffstat (limited to 'src/nse')
-rw-r--r--src/nse/gnunet-service-nse.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nse/gnunet-service-nse.c b/src/nse/gnunet-service-nse.c
index 3047860b8..9ba4063da 100644
--- a/src/nse/gnunet-service-nse.c
+++ b/src/nse/gnunet-service-nse.c
@@ -1028,8 +1028,6 @@ update_flood_times (void *cls, const struct GNUNET_HashCode * key, void *value)
1028 * @param cls closure unused 1028 * @param cls closure unused
1029 * @param message message 1029 * @param message message
1030 * @param peer peer identity this message is from (ignored) 1030 * @param peer peer identity this message is from (ignored)
1031 * @param atsi performance data (ignored)
1032 * @param atsi_count number of records in 'atsi'
1033 */ 1031 */
1034static int 1032static int
1035handle_p2p_size_estimate (void *cls, const struct GNUNET_PeerIdentity *peer, 1033handle_p2p_size_estimate (void *cls, const struct GNUNET_PeerIdentity *peer,
@@ -1211,8 +1209,6 @@ handle_p2p_size_estimate (void *cls, const struct GNUNET_PeerIdentity *peer,
1211 * 1209 *
1212 * @param cls closure 1210 * @param cls closure
1213 * @param peer peer identity this notification is about 1211 * @param peer peer identity this notification is about
1214 * @param atsi performance data
1215 * @param atsi_count number of records in 'atsi'
1216 */ 1212 */
1217static void 1213static void
1218handle_core_connect (void *cls, const struct GNUNET_PeerIdentity *peer) 1214handle_core_connect (void *cls, const struct GNUNET_PeerIdentity *peer)