aboutsummaryrefslogtreecommitdiff
path: root/src/rps/gnunet-service-rps_custommap.h
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2018-08-23 15:07:46 +0200
committerJulius Bünger <buenger@mytum.de>2018-08-23 15:07:46 +0200
commit517266896853562ea49c26e707419ca0c5444fff (patch)
tree8153136c0d8717e2f956cbd1d97ba34309cf8e57 /src/rps/gnunet-service-rps_custommap.h
parent6339dc3bdbf1a908d288d7bad4a7332a1179c253 (diff)
downloadgnunet-517266896853562ea49c26e707419ca0c5444fff.tar.gz
gnunet-517266896853562ea49c26e707419ca0c5444fff.zip
Refactor code mostly visually to prevent compiler warnings
Diffstat (limited to 'src/rps/gnunet-service-rps_custommap.h')
-rw-r--r--src/rps/gnunet-service-rps_custommap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rps/gnunet-service-rps_custommap.h b/src/rps/gnunet-service-rps_custommap.h
index b42ae9efa..376213728 100644
--- a/src/rps/gnunet-service-rps_custommap.h
+++ b/src/rps/gnunet-service-rps_custommap.h
@@ -68,7 +68,7 @@ CustomPeerMap_create (unsigned int len);
68 * 68 *
69 * @return size of the map 69 * @return size of the map
70 */ 70 */
71int 71unsigned int
72CustomPeerMap_size (const struct CustomPeerMap *c_peer_map); 72CustomPeerMap_size (const struct CustomPeerMap *c_peer_map);
73 73
74/** 74/**