aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_file_information.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_file_information.c')
-rw-r--r--src/fs/fs_file_information.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs/fs_file_information.c b/src/fs/fs_file_information.c
index 5afdc392f..c20af5ea6 100644
--- a/src/fs/fs_file_information.c
+++ b/src/fs/fs_file_information.c
@@ -37,6 +37,8 @@
37/** 37/**
38 * Create a temporary file on disk to store the current 38 * Create a temporary file on disk to store the current
39 * state of "fi" in. 39 * state of "fi" in.
40 *
41 * @param fi file information to sync with disk
40 */ 42 */
41void 43void
42GNUNET_FS_file_information_sync (struct GNUNET_FS_FileInformation * fi) 44GNUNET_FS_file_information_sync (struct GNUNET_FS_FileInformation * fi)