aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_disk_lib.h
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/gnunet_disk_lib.h
parent2ebfdbbe8af9eef26ad1a2776a20227715560558 (diff)
downloadgnunet-f1ee15341aa2da62691269130c915f86c7644df8.tar.gz
gnunet-f1ee15341aa2da62691269130c915f86c7644df8.zip
-store revocations to disk
Diffstat (limited to 'src/include/gnunet_disk_lib.h')
-rw-r--r--src/include/gnunet_disk_lib.h2
1 files changed, 1 insertions, 1 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);