aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_namespace.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-08 05:36:25 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-08 05:36:25 +0000
commit2175ed0fc9d4cdf346e0605d397836b241d6cf75 (patch)
tree1e83a7f6511e955ae4acaf8dfafdf30ea111320b /src/fs/fs_namespace.c
parentea35c26d5a29adb855b62de6cf81162cd5faf6d3 (diff)
downloadgnunet-2175ed0fc9d4cdf346e0605d397836b241d6cf75.tar.gz
gnunet-2175ed0fc9d4cdf346e0605d397836b241d6cf75.zip
-doxygen fixes
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)