aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/test_peerinfo_api_notify_friend_only.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo/test_peerinfo_api_notify_friend_only.c')
-rw-r--r--src/peerinfo/test_peerinfo_api_notify_friend_only.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/peerinfo/test_peerinfo_api_notify_friend_only.c b/src/peerinfo/test_peerinfo_api_notify_friend_only.c
index 7c5162102..6d5793dcf 100644
--- a/src/peerinfo/test_peerinfo_api_notify_friend_only.c
+++ b/src/peerinfo/test_peerinfo_api_notify_friend_only.c
@@ -108,6 +108,7 @@ done (void *cls)
108 GNUNET_break (0); 108 GNUNET_break (0);
109} 109}
110 110
111
111static ssize_t 112static ssize_t
112address_generator (void *cls, size_t max, void *buf) 113address_generator (void *cls, size_t max, void *buf)
113{ 114{
@@ -171,6 +172,7 @@ process_w_fo (void *cls,
171 } 172 }
172} 173}
173 174
175
174static void 176static void
175process_wo_fo (void *cls, const struct GNUNET_PeerIdentity *peer, 177process_wo_fo (void *cls, const struct GNUNET_PeerIdentity *peer,
176 const struct GNUNET_HELLO_Message *hello, const char *err_msg) 178 const struct GNUNET_HELLO_Message *hello, const char *err_msg)
@@ -255,4 +257,5 @@ main (int argc, char *argv[])
255 return global_ret; 257 return global_ret;
256} 258}
257 259
260
258/* end of test_peerinfo_api_notify_friend_only.c */ 261/* end of test_peerinfo_api_notify_friend_only.c */