aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_publish.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_publish.c')
-rw-r--r--src/fs/fs_publish.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/fs_publish.c b/src/fs/fs_publish.c
index fddc65d67..f891f37a1 100644
--- a/src/fs/fs_publish.c
+++ b/src/fs/fs_publish.c
@@ -1431,7 +1431,7 @@ compute_contents_size (struct GNUNET_FS_FileInformation *fi)
1431 * @param h handle to the file sharing subsystem 1431 * @param h handle to the file sharing subsystem
1432 * @param fi information about the file or directory structure to publish 1432 * @param fi information about the file or directory structure to publish
1433 * @param ns namespace to publish the file in, NULL for no namespace 1433 * @param ns namespace to publish the file in, NULL for no namespace
1434 * @param nid identifier to use for the publishd content in the namespace 1434 * @param nid identifier to use for the published content in the namespace
1435 * (can be NULL, must be NULL if namespace is NULL) 1435 * (can be NULL, must be NULL if namespace is NULL)
1436 * @param nuid update-identifier that will be used for future updates 1436 * @param nuid update-identifier that will be used for future updates
1437 * (can be NULL, must be NULL if namespace or nid is NULL) 1437 * (can be NULL, must be NULL if namespace or nid is NULL)
@@ -1560,7 +1560,7 @@ fip_signal_stop (void *cls,
1560 1560
1561/** 1561/**
1562 * Stop an upload. Will abort incomplete uploads (but 1562 * Stop an upload. Will abort incomplete uploads (but
1563 * not remove blocks that have already been publishd) or 1563 * not remove blocks that have already been published) or
1564 * simply clean up the state for completed uploads. 1564 * simply clean up the state for completed uploads.
1565 * Must NOT be called from within the event callback! 1565 * Must NOT be called from within the event callback!
1566 * 1566 *