summaryrefslogtreecommitdiffstats
path: root/contrib/cpio/defer.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cpio/defer.h')
-rw-r--r--contrib/cpio/defer.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/cpio/defer.h b/contrib/cpio/defer.h
new file mode 100644
index 0000000..89abffe
--- /dev/null
+++ b/contrib/cpio/defer.h
@@ -0,0 +1,8 @@
+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));
OpenPOWER on IntegriCloud