8843e04abc
with SYSV cpio. It's also supposed to integrate rmt support, though I haven't tried this.
9 lines
212 B
C
9 lines
212 B
C
struct deferment
|
|
{
|
|
struct deferment *next;
|
|
struct new_cpio_header header;
|
|
};
|
|
|
|
struct deferment *create_deferment P_((struct new_cpio_header *file_hdr));
|
|
void free_deferment P_((struct deferment *d));
|