aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/peerinfo_api_notify.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo/peerinfo_api_notify.c')
-rw-r--r--src/peerinfo/peerinfo_api_notify.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/peerinfo/peerinfo_api_notify.c b/src/peerinfo/peerinfo_api_notify.c
index 4ec7b2192..9c75b1828 100644
--- a/src/peerinfo/peerinfo_api_notify.c
+++ b/src/peerinfo/peerinfo_api_notify.c
@@ -76,7 +76,8 @@ struct GNUNET_PEERINFO_NotifyContext
76 * 76 *
77 * @param nc our context 77 * @param nc our context
78 */ 78 */
79static void request_notifications (struct GNUNET_PEERINFO_NotifyContext *nc); 79static void
80request_notifications (struct GNUNET_PEERINFO_NotifyContext *nc);
80 81
81 82
82/** 83/**
@@ -85,7 +86,8 @@ static void request_notifications (struct GNUNET_PEERINFO_NotifyContext *nc);
85 * 86 *
86 * @param nc our context 87 * @param nc our context
87 */ 88 */
88static void receive_notifications (struct GNUNET_PEERINFO_NotifyContext *nc); 89static void
90receive_notifications (struct GNUNET_PEERINFO_NotifyContext *nc);
89 91
90 92
91/** 93/**