Changeset 24fda5e in mainline for uspace/lib/untar/private/tar.h


Ignore:
Timestamp:
2018-06-05T16:05:16Z (6 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
18ad56a8, 8404342
Parents:
04051b8e
Message:

separate the TAR extraction to a library to make the code reusable

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/untar/private/tar.h

    r04051b8e r24fda5e  
    2727 */
    2828
    29 /** @addtogroup untar
     29/** @addtogroup libuntar
    3030 * @{
    3131 */
    3232/** @file
    3333 */
    34 #ifndef TAR_H_GUARD
    35 #define TAR_H_GUARD
     34
     35#ifndef TAR_H_
     36#define TAR_H_
    3637
    3738#define TAR_BLOCK_SIZE 512
     
    6970} tar_header_t;
    7071
    71 
    7272extern errno_t tar_header_parse(tar_header_t *, const tar_header_raw_t *);
    7373extern tar_type_t tar_type_parse(const char);
Note: See TracChangeset for help on using the changeset viewer.