break;
}
- __archive_reset_read_data(&a->archive);
+ __archive_reset_read_data(&a->archive);
a->data_start_node = a->client.cursor;
/* EOF always wins; otherwise return the worst error. */
return (bytes_read);
}
-
-
- /*
- * Reset the read_data_* variables, used for starting a new entry.
- */
+/*
+ * Reset the read_data_* variables, used for starting a new entry.
+ */
void __archive_reset_read_data(struct archive * a)
{
a->read_data_output_offset = 0;
a->read_data_offset = 0;
}
-
-
-
/*
* Skip over all remaining data in this entry.
*/