aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_namespace.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_namespace.c')
-rw-r--r--src/fs/fs_namespace.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fs/fs_namespace.c b/src/fs/fs_namespace.c
index 1aca144e1..90de4a915 100644
--- a/src/fs/fs_namespace.c
+++ b/src/fs/fs_namespace.c
@@ -120,6 +120,7 @@ struct GNUNET_FS_UpdateInformationGraph
120 * Return the name of the directory in which we store 120 * Return the name of the directory in which we store
121 * the update information graph for the given local namespace. 121 * the update information graph for the given local namespace.
122 * 122 *
123 * @param h file-sharing handle
123 * @param ns namespace handle 124 * @param ns namespace handle
124 * @return NULL on error, otherwise the name of the directory 125 * @return NULL on error, otherwise the name of the directory
125 */ 126 */
@@ -183,9 +184,9 @@ free_update_information_graph (struct GNUNET_FS_UpdateInformationGraph *uig)
183 184
184 185
185/** 186/**
186 * Write the namespace update node graph to a file. 187 * Write a namespace's update node graph to a file.
187 * 188 *
188 * @param ns namespace to dump 189 * @param uig update information graph to dump
189 */ 190 */
190static void 191static void
191write_update_information_graph (struct GNUNET_FS_UpdateInformationGraph *uig) 192write_update_information_graph (struct GNUNET_FS_UpdateInformationGraph *uig)