aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_fs_service.h
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/include/gnunet_fs_service.h
parent4f70714413bba8c17e8bc43c0c83e4aaaef46478 (diff)
downloadgnunet-b658d1469d6bdaf5930867151130903d221fae37.tar.gz
gnunet-b658d1469d6bdaf5930867151130903d221fae37.zip
-document error possibilities better (#2416)
Diffstat (limited to 'src/include/gnunet_fs_service.h')
-rw-r--r--src/include/gnunet_fs_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_fs_service.h b/src/include/gnunet_fs_service.h
index eaff18320..086fec5eb 100644
--- a/src/include/gnunet_fs_service.h
+++ b/src/include/gnunet_fs_service.h
@@ -2211,7 +2211,7 @@ GNUNET_FS_namespace_advertise_cancel (struct GNUNET_FS_AdvertisementContext *ac)
2211 * 2211 *
2212 * @param h handle to the file sharing subsystem 2212 * @param h handle to the file sharing subsystem
2213 * @param name name to use for the namespace 2213 * @param name name to use for the namespace
2214 * @return handle to the namespace, NULL on error 2214 * @return handle to the namespace, NULL on error (i.e. invalid filename)
2215 */ 2215 */
2216struct GNUNET_FS_Namespace * 2216struct GNUNET_FS_Namespace *
2217GNUNET_FS_namespace_create (struct GNUNET_FS_Handle *h, const char *name); 2217GNUNET_FS_namespace_create (struct GNUNET_FS_Handle *h, const char *name);