aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-06 11:46:33 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-06 11:46:33 +0000
commitf1ee15341aa2da62691269130c915f86c7644df8 (patch)
tree684cbf6bdfec6dafa5c9fa0b058f1e5061b6b935 /src/include
parent2ebfdbbe8af9eef26ad1a2776a20227715560558 (diff)
downloadgnunet-f1ee15341aa2da62691269130c915f86c7644df8.tar.gz
gnunet-f1ee15341aa2da62691269130c915f86c7644df8.zip
-store revocations to disk
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_disk_lib.h2
-rw-r--r--src/include/gnunet_set_service.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_disk_lib.h b/src/include/gnunet_disk_lib.h
index b5f0ccdda..0a3abce49 100644
--- a/src/include/gnunet_disk_lib.h
+++ b/src/include/gnunet_disk_lib.h
@@ -852,7 +852,7 @@ GNUNET_DISK_file_unmap (struct GNUNET_DISK_MapHandle *h);
852/** 852/**
853 * Write file changes to disk 853 * Write file changes to disk
854 * @param h handle to an open file 854 * @param h handle to an open file
855 * @return GNUNET_OK on success, GNUNET_SYSERR otherwise 855 * @return #GNUNET_OK on success, #GNUNET_SYSERR otherwise
856 */ 856 */
857int 857int
858GNUNET_DISK_file_sync (const struct GNUNET_DISK_FileHandle *h); 858GNUNET_DISK_file_sync (const struct GNUNET_DISK_FileHandle *h);
diff --git a/src/include/gnunet_set_service.h b/src/include/gnunet_set_service.h
index b78e1850a..dbec108c2 100644
--- a/src/include/gnunet_set_service.h
+++ b/src/include/gnunet_set_service.h
@@ -242,8 +242,8 @@ GNUNET_SET_create (const struct GNUNET_CONFIGURATION_Handle *cfg,
242/** 242/**
243 * Add an element to the given set. 243 * Add an element to the given set.
244 * After the element has been added (in the sense of being 244 * After the element has been added (in the sense of being
245 * transmitted to the set service), cont will be called. 245 * transmitted to the set service), @a cont will be called.
246 * Calls to add_element can be queued 246 * Calls to #GNUNET_SET_add_element can be queued
247 * 247 *
248 * @param set set to add element to 248 * @param set set to add element to
249 * @param element element to add to the set 249 * @param element element to add to the set