Changes in uspace/app/untar/tar.h [ff042c0:b7fd2a0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/untar/tar.h
rff042c0 rb7fd2a0 70 70 71 71 72 extern int tar_header_parse(tar_header_t *, const tar_header_raw_t *);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); 74 74 extern const char *tar_type_str(tar_type_t);
Note:
See TracChangeset
for help on using the changeset viewer.