aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_datastore_plugin.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-03-16 17:49:51 +0000
committerChristian Grothoff <christian@grothoff.org>2016-03-16 17:49:51 +0000
commitdbd516d426cd54b2991be23f1e94938a41e97172 (patch)
treec818117825ca1664de970b8337447511ef703efb /src/include/gnunet_datastore_plugin.h
parent5deeabd24d11f46d41abd12364417faa729ad20c (diff)
downloadgnunet-dbd516d426cd54b2991be23f1e94938a41e97172.tar.gz
gnunet-dbd516d426cd54b2991be23f1e94938a41e97172.zip
-fix build issue
Diffstat (limited to 'src/include/gnunet_datastore_plugin.h')
-rw-r--r--src/include/gnunet_datastore_plugin.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/gnunet_datastore_plugin.h b/src/include/gnunet_datastore_plugin.h
index 341954750..8e30e219c 100644
--- a/src/include/gnunet_datastore_plugin.h
+++ b/src/include/gnunet_datastore_plugin.h
@@ -195,7 +195,8 @@ typedef void
195 */ 195 */
196typedef void 196typedef void
197(*PluginGetKeys) (void *cls, 197(*PluginGetKeys) (void *cls,
198 PluginKeyProcessor proc, void *proc_cls); 198 PluginKeyProcessor proc,
199 void *proc_cls);
199 200
200 201
201/** 202/**
@@ -246,7 +247,7 @@ typedef void
246 * Update continuation. 247 * Update continuation.
247 * 248 *
248 * @param cls closure 249 * @param cls closure
249 * @param status #GNUNET_OK or #GNUNET_SYSERROR 250 * @param status #GNUNET_OK or #GNUNET_SYSERR
250 * @param msg error message on error 251 * @param msg error message on error
251 */ 252 */
252typedef void 253typedef void