aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_fs_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_fs_service.h')
-rw-r--r--src/include/gnunet_fs_service.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/include/gnunet_fs_service.h b/src/include/gnunet_fs_service.h
index 01d736e89..5c0c42199 100644
--- a/src/include/gnunet_fs_service.h
+++ b/src/include/gnunet_fs_service.h
@@ -543,7 +543,7 @@ enum GNUNET_FS_Status
543 /** 543 /**
544 * Notification that we have stopped 544 * Notification that we have stopped
545 * the process of uploading a file structure; no 545 * the process of uploading a file structure; no
546 * futher events will be generated for this action. 546 * further events will be generated for this action.
547 */ 547 */
548 GNUNET_FS_STATUS_PUBLISH_STOPPED = 6, 548 GNUNET_FS_STATUS_PUBLISH_STOPPED = 6,
549 549
@@ -760,7 +760,7 @@ struct GNUNET_FS_DownloadContext;
760 760
761 761
762/** 762/**
763 * Handle for detail information about a file that is being publishd. 763 * Handle for detail information about a file that is being published.
764 * Specifies metadata, keywords, how to get the contents of the file 764 * Specifies metadata, keywords, how to get the contents of the file
765 * (i.e. data-buffer in memory, filename on disk) and other options. 765 * (i.e. data-buffer in memory, filename on disk) and other options.
766 */ 766 */
@@ -789,7 +789,7 @@ struct GNUNET_FS_ProgressInfo
789 struct GNUNET_FS_PublishContext *pc; 789 struct GNUNET_FS_PublishContext *pc;
790 790
791 /** 791 /**
792 * Information about the file that is being publishd. 792 * Information about the file that is being published.
793 */ 793 */
794 const struct GNUNET_FS_FileInformation *fi; 794 const struct GNUNET_FS_FileInformation *fi;
795 795
@@ -892,7 +892,7 @@ struct GNUNET_FS_ProgressInfo
892 892
893 /** 893 /**
894 * At what time do we expect to finish the upload of the 894 * At what time do we expect to finish the upload of the
895 * CONTENTS of the directory. (The direcory itself will take 895 * CONTENTS of the directory. (The directory itself will take
896 * extra time, indicated with the "eta" member at the 896 * extra time, indicated with the "eta" member at the
897 * "publish"-level of this struct.) 897 * "publish"-level of this struct.)
898 */ 898 */
@@ -1442,7 +1442,7 @@ struct GNUNET_FS_ProgressInfo
1442 /** 1442 /**
1443 * At what time do we expect to finish unindexing? 1443 * At what time do we expect to finish unindexing?
1444 * (will be a value in the past for completed 1444 * (will be a value in the past for completed
1445 * unindexing opeations). 1445 * unindexing operations).
1446 */ 1446 */
1447 struct GNUNET_TIME_Relative eta; 1447 struct GNUNET_TIME_Relative eta;
1448 1448
@@ -1974,7 +1974,7 @@ enum GNUNET_FS_PublishOptions
1974 * @param h handle to the file sharing subsystem 1974 * @param h handle to the file sharing subsystem
1975 * @param fi information about the file or directory structure to publish 1975 * @param fi information about the file or directory structure to publish
1976 * @param ns namespace to publish the file in, NULL for no namespace 1976 * @param ns namespace to publish the file in, NULL for no namespace
1977 * @param nid identifier to use for the publishd content in the namespace 1977 * @param nid identifier to use for the published content in the namespace
1978 * (can be NULL, must be NULL if namespace is NULL) 1978 * (can be NULL, must be NULL if namespace is NULL)
1979 * @param nuid update-identifier that will be used for future updates 1979 * @param nuid update-identifier that will be used for future updates
1980 * (can be NULL, must be NULL if namespace or nid is NULL) 1980 * (can be NULL, must be NULL if namespace or nid is NULL)