[PATCH] libmisc/untar: Support directory create and overwrites. Share the common code.
Sebastian Huber
sebastian.huber at embedded-brains.de
Thu May 19 05:27:50 UTC 2016
On 19/05/16 01:34, Chris Johns wrote:
> @@ -37,7 +38,9 @@ extern "C" {
>
>
> int Untar_FromMemory(void *tar_buf, size_t size);
> +int Untar_FromMemory_Verbose(void *tar_buf, size_t size, bool verbose);
> int Untar_FromFile(const char *tar_name);
> +int Untar_FromFile_Verbose(const char *tar_name, bool verbose);
What about using rtems_printk_plugin_t so that the heavy weight
fprintf() doesn't get pulled in by default?
--
Sebastian Huber, embedded brains GmbH
Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone : +49 89 189 47 41-16
Fax : +49 89 189 47 41-09
E-Mail : sebastian.huber at embedded-brains.de
PGP : Public key available on request.
Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
More information about the devel
mailing list