Changeset 24fda5e in mainline for uspace/lib/untar/private/tar.h
- Timestamp:
- 2018-06-05T16:05:16Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 18ad56a8, 8404342
- Parents:
- 04051b8e
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/untar/private/tar.h
r04051b8e r24fda5e 27 27 */ 28 28 29 /** @addtogroup untar29 /** @addtogroup libuntar 30 30 * @{ 31 31 */ 32 32 /** @file 33 33 */ 34 #ifndef TAR_H_GUARD 35 #define TAR_H_GUARD 34 35 #ifndef TAR_H_ 36 #define TAR_H_ 36 37 37 38 #define TAR_BLOCK_SIZE 512 … … 69 70 } tar_header_t; 70 71 71 72 72 extern errno_t tar_header_parse(tar_header_t *, const tar_header_raw_t *); 73 73 extern tar_type_t tar_type_parse(const char);
Note:
See TracChangeset
for help on using the changeset viewer.