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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/gnunet_peerstore_service.h b/src/include/gnunet_peerstore_service.h
index e9e344d88..97d3a3828 100644
--- a/src/include/gnunet_peerstore_service.h
+++ b/src/include/gnunet_peerstore_service.h
@@ -133,9 +133,8 @@ typedef void
133 * @param cls closure 133 * @param cls closure
134 * @param record peerstore record information 134 * @param record peerstore record information
135 * @param emsg error message, or NULL if no errors 135 * @param emsg error message, or NULL if no errors
136 * @return #GNUNET_YES to continue iterating, #GNUNET_NO to stop
137 */ 136 */
138typedef int 137typedef void
139(*GNUNET_PEERSTORE_Processor) (void *cls, 138(*GNUNET_PEERSTORE_Processor) (void *cls,
140 const struct GNUNET_PEERSTORE_Record *record, 139 const struct GNUNET_PEERSTORE_Record *record,
141 const char *emsg); 140 const char *emsg);