source:
MondoRescue/trunk/mindi-busybox/archival/libunarchive/header_list.c@
1310
| Last change on this file since 1310 was 821, checked in by , 19 years ago | |
|---|---|
| File size: 124 bytes | |
| Line | |
|---|---|
| 1 | #include <stdio.h> |
| 2 | #include "unarchive.h" |
| 3 | |
| 4 | void header_list(const file_header_t *file_header) |
| 5 | { |
| 6 | puts(file_header->name); |
| 7 | } |
Note:
See TracBrowser
for help on using the repository browser.
