aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_peerstore_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-10-05 15:28:21 +0000
committerChristian Grothoff <christian@grothoff.org>2015-10-05 15:28:21 +0000
commitef76e090bf279f25038c03eec4eac96bbfbe952e (patch)
tree9e70dd991daefef65cd85dbcdc4bc4d19b7fedb0 /src/include/gnunet_peerstore_service.h
parent8c85bda93a8ece52f02af7f20fb797ad6ac79337 (diff)
downloadgnunet-ef76e090bf279f25038c03eec4eac96bbfbe952e.tar.gz
gnunet-ef76e090bf279f25038c03eec4eac96bbfbe952e.zip
fix #3986
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.