aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_api.h
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-12-04 23:26:25 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-12-04 23:26:25 +0900
commit395bc9345a005a55e29a7882fdcc82f35c06d2e5 (patch)
treeb111592f9f57025a19ddafe11877f6038263ae7f /src/fs/fs_api.h
parent3f0d91045d29435feef723f09f9ff75c80296d3d (diff)
downloadgnunet-395bc9345a005a55e29a7882fdcc82f35c06d2e5.tar.gz
gnunet-395bc9345a005a55e29a7882fdcc82f35c06d2e5.zip
Large refactor in order to restore some sanity with respect to private defines used in headers
Diffstat (limited to 'src/fs/fs_api.h')
-rw-r--r--src/fs/fs_api.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/fs/fs_api.h b/src/fs/fs_api.h
index 7c0c58bff..9c9ce0f24 100644
--- a/src/fs/fs_api.h
+++ b/src/fs/fs_api.h
@@ -29,6 +29,7 @@
29#include "gnunet_constants.h" 29#include "gnunet_constants.h"
30#include "gnunet_datastore_service.h" 30#include "gnunet_datastore_service.h"
31#include "gnunet_dht_service.h" 31#include "gnunet_dht_service.h"
32#include "gnunet_extractor_compat.h"
32#include "gnunet_fs_service.h" 33#include "gnunet_fs_service.h"
33#include "gnunet_block_lib.h" 34#include "gnunet_block_lib.h"
34#include "block_fs.h" 35#include "block_fs.h"
@@ -249,7 +250,7 @@ struct GNUNET_FS_FileInformation
249 /** 250 /**
250 * Metadata to use for the file. 251 * Metadata to use for the file.
251 */ 252 */
252 struct GNUNET_CONTAINER_MetaData *meta; 253 struct GNUNET_FS_MetaData *meta;
253 254
254 /** 255 /**
255 * Keywords to use for KBlocks. 256 * Keywords to use for KBlocks.
@@ -525,7 +526,7 @@ struct GNUNET_FS_SearchResult
525 /** 526 /**
526 * Metadata for the search result. 527 * Metadata for the search result.
527 */ 528 */
528 struct GNUNET_CONTAINER_MetaData *meta; 529 struct GNUNET_FS_MetaData *meta;
529 530
530 /** 531 /**
531 * Client info for this search result. 532 * Client info for this search result.
@@ -1801,7 +1802,7 @@ struct GNUNET_FS_DownloadContext
1801 /** 1802 /**
1802 * Known meta-data for the file (can be NULL). 1803 * Known meta-data for the file (can be NULL).
1803 */ 1804 */
1804 struct GNUNET_CONTAINER_MetaData *meta; 1805 struct GNUNET_FS_MetaData *meta;
1805 1806
1806 /** 1807 /**
1807 * Error message, NULL if we're doing OK. 1808 * Error message, NULL if we're doing OK.