4 * Author: Herman Bloggs <hermanator12002@yahoo.com>
6 * Description: untar.c header
13 #endif /* __cplusplus */
16 UNTAR_LISTING
= (1 << 0),
17 UNTAR_QUIET
= (1 << 1),
18 UNTAR_VERBOSE
= (1 << 2),
19 UNTAR_FORCE
= (1 << 3),
20 UNTAR_ABSPATH
= (1 << 4),
21 UNTAR_CONVERT
= (1 << 5)
24 int untar(const char *filename
, const char *destdir
, untar_opt options
);
28 #endif /* __cplusplus */