aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_peerstore_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_peerstore_service.h')
-rw-r--r--src/include/gnunet_peerstore_service.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/gnunet_peerstore_service.h b/src/include/gnunet_peerstore_service.h
index b32b29a78..556260928 100644
--- a/src/include/gnunet_peerstore_service.h
+++ b/src/include/gnunet_peerstore_service.h
@@ -116,7 +116,9 @@ struct GNUNET_PEERSTORE_Record
116 * @param success #GNUNET_OK or #GNUNET_SYSERR 116 * @param success #GNUNET_OK or #GNUNET_SYSERR
117 */ 117 */
118typedef void 118typedef void
119(*GNUNET_PEERSTORE_Continuation)(void *cls, int success); 119(*GNUNET_PEERSTORE_Continuation)(void *cls,
120 int success);
121
120 122
121/** 123/**
122 * Function called by PEERSTORE for each matching record. 124 * Function called by PEERSTORE for each matching record.