aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_namespace.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-13 16:00:14 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-13 16:00:14 +0000
commitb658d1469d6bdaf5930867151130903d221fae37 (patch)
tree61a565132e9c9ce62df8e0deba3c00afdfb0b4cd /src/fs/fs_namespace.c
parent4f70714413bba8c17e8bc43c0c83e4aaaef46478 (diff)
downloadgnunet-b658d1469d6bdaf5930867151130903d221fae37.tar.gz
gnunet-b658d1469d6bdaf5930867151130903d221fae37.zip
-document error possibilities better (#2416)
Diffstat (limited to 'src/fs/fs_namespace.c')
-rw-r--r--src/fs/fs_namespace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_namespace.c b/src/fs/fs_namespace.c
index c88dbb591..0c7b445ad 100644
--- a/src/fs/fs_namespace.c
+++ b/src/fs/fs_namespace.c
@@ -232,7 +232,7 @@ END:
232 * 232 *
233 * @param h handle to the file sharing subsystem 233 * @param h handle to the file sharing subsystem
234 * @param name name to use for the namespace 234 * @param name name to use for the namespace
235 * @return handle to the namespace, NULL on error 235 * @return handle to the namespace, NULL on error (i.e. invalid filename)
236 */ 236 */
237struct GNUNET_FS_Namespace * 237struct GNUNET_FS_Namespace *
238GNUNET_FS_namespace_create (struct GNUNET_FS_Handle *h, const char *name) 238GNUNET_FS_namespace_create (struct GNUNET_FS_Handle *h, const char *name)