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