sqsh_directory_iterator_open_file

Function sqsh_directory_iterator_open_file 

Source
pub unsafe extern "C" fn sqsh_directory_iterator_open_file(
    iterator: *const SqshDirectoryIterator,
    err: *mut c_int,
) -> *mut SqshFile
Expand description

Loads the inode of the current entry.

§Arguments

  • iterator The iterator to use.
  • err Pointer to an int where the error code will be stored.

§Returns

The loaded inode on success, NULL on error.