GNUNET_FS_file_information_create_empty_directory ( struct GNUNET_FS_Handle* h, void* client_info, struct GNUNET_FS_Uri const* keywords, struct GNUNET_CONTAINER_MetaData const* meta, struct GNUNET_FS_BlockOptions const* bo, char const* filename )Field 'bo->expiration_time' in 5th parameter 'bo' (pointer) has type 'struct GNUNET_TIME_Absolute'.
GNUNET_FS_file_information_create_from_data ( struct GNUNET_FS_Handle* h, void* client_info, uint64_t length, void* data, struct GNUNET_FS_Uri const* keywords, struct GNUNET_CONTAINER_MetaData const* meta, int do_index, struct GNUNET_FS_BlockOptions const* bo )Field 'bo->expiration_time' in 8th parameter 'bo' (pointer) has type 'struct GNUNET_TIME_Absolute'.
GNUNET_FS_file_information_create_from_file ( struct GNUNET_FS_Handle* h, void* client_info, char const* filename, struct GNUNET_FS_Uri const* keywords, struct GNUNET_CONTAINER_MetaData const* meta, int do_index, struct GNUNET_FS_BlockOptions const* bo )Field 'bo->expiration_time' in 7th parameter 'bo' (pointer) has type 'struct GNUNET_TIME_Absolute'.
GNUNET_FS_file_information_create_from_reader ( struct GNUNET_FS_Handle* h, void* client_info, uint64_t length, GNUNET_FS_DataReader reader, void* reader_cls, struct GNUNET_FS_Uri const* keywords, struct GNUNET_CONTAINER_MetaData const* meta, int do_index, struct GNUNET_FS_BlockOptions const* bo )Field 'bo->expiration_time' in 9th parameter 'bo' (pointer) has type 'struct GNUNET_TIME_Absolute'.
GNUNET_FS_publish_ksk ( struct GNUNET_FS_Handle* h, struct GNUNET_FS_Uri const* ksk_uri, struct GNUNET_CONTAINER_MetaData const* meta, struct GNUNET_FS_Uri const* uri, struct GNUNET_FS_BlockOptions const* bo, enum GNUNET_FS_PublishOptions options, GNUNET_FS_PublishContinuation cont, void* cont_cls )Field 'bo->expiration_time' in 5th parameter 'bo' (pointer) has type 'struct GNUNET_TIME_Absolute'.
GNUNET_FS_publish_sks ( struct GNUNET_FS_Handle* h, struct GNUNET_FS_Namespace* ns, char const* identifier, char const* update, struct GNUNET_CONTAINER_MetaData const* meta, struct GNUNET_FS_Uri const* uri, struct GNUNET_FS_BlockOptions const* bo, enum GNUNET_FS_PublishOptions options, GNUNET_FS_PublishContinuation cont, void* cont_cls )Field 'bo->expiration_time' in 7th parameter 'bo' (pointer) has type 'struct GNUNET_TIME_Absolute'.
GNUNET_FS_uri_loc_create ( struct GNUNET_FS_Uri const* baseUri, struct GNUNET_CONFIGURATION_Handle const* cfg, struct GNUNET_TIME_Absolute expiration_time )3rd parameter 'expiration_time' has type 'struct GNUNET_TIME_Absolute'.
GNUNET_FS_uri_loc_get_expiration ( struct GNUNET_FS_Uri const* uri )Return value has type 'struct GNUNET_TIME_Absolute'.