Changes in uspace/app/untar/tar.h [b7fd2a0:ff042c0] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/untar/tar.h

    rb7fd2a0 rff042c0  
    7070
    7171
    72 extern errno_t tar_header_parse(tar_header_t *, const tar_header_raw_t *);
     72extern int tar_header_parse(tar_header_t *, const tar_header_raw_t *);
    7373extern tar_type_t tar_type_parse(const char);
    7474extern const char *tar_type_str(tar_type_t);
Note: See TracChangeset for help on using the changeset viewer.