Todo List

Global ntar_add_block_option (ntar_block_handle *block_handle, ntar_option *option)
Because of a limit of the current ntar engine, all the options are saved to disk when the block is closed. As a consequence, the option pointer, as well as all the data stored in it, must remain valid and unmodified until the block is closed.

Global ntar_add_section_option (ntar_section_handle *section_handle, ntar_option *option)
Because of a limit of the current ntar engine, all the options are saved to disk when the section is closed. As a consequence, the option pointer, as well as all the data stored in it, must remain valid and unmodified until the section is closed.

Global ntar_get_previous_section (ntar_file_handle *file_handle, ntar_section_handle **psection_handle)
At the moment it's not implemented nor exported

Global ntar_open_by_handlers (ntar_file_handlers file_handlers, char *flags, ntar_file_handle **pfile_handle)
The flags are completely nonsense. What is the meaning of appending when the user provides the callbacks??

NTAR documentation. Copyright (c) 2004 - 2005 Condor Engineering, Inc. All rights reserved.