Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-09-25 06:47:48 +0400
committerGlenn L McGrath <bug1@ihug.co.nz>2002-09-25 06:47:48 +0400
commit7ca04f328e22fcbee4659d73f9a72dfdf1dd6a23 (patch)
treef38c7ef4317eea28c6abdb0adbbb286fe041711e /archival/libunarchive/header_skip.c
parentecfa290cfd4953598e6d91989bd66ac16e135f84 (diff)
New common unarchive code.
Diffstat (limited to 'archival/libunarchive/header_skip.c')
-rw-r--r--archival/libunarchive/header_skip.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/archival/libunarchive/header_skip.c b/archival/libunarchive/header_skip.c
new file mode 100644
index 000000000..4430178f8
--- /dev/null
+++ b/archival/libunarchive/header_skip.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+#include "unarchive.h"
+
+extern void header_skip(const file_header_t *file_header)
+{
+ return;
+}