aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/test_peerinfo_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo/test_peerinfo_api.c')
-rw-r--r--src/peerinfo/test_peerinfo_api.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/peerinfo/test_peerinfo_api.c b/src/peerinfo/test_peerinfo_api.c
index b13b9dc57..27df6e37b 100644
--- a/src/peerinfo/test_peerinfo_api.c
+++ b/src/peerinfo/test_peerinfo_api.c
@@ -81,6 +81,7 @@ address_generator (void *cls, size_t max, void *buf)
81 return ret; 81 return ret;
82} 82}
83 83
84
84struct GNUNET_PeerIdentity pid; 85struct GNUNET_PeerIdentity pid;
85 86
86static void 87static void
@@ -167,4 +168,5 @@ main (int argc, char *argv[])
167 return global_ret; 168 return global_ret;
168} 169}
169 170
171
170/* end of test_peerinfo_api.c */ 172/* end of test_peerinfo_api.c */