This commit was manufactured by cvs2svn to create tag 'busybox_1_00'.
[oweals/busybox.git] / busybox / archival / libunarchive / header_skip.c
1 #include <stdio.h>
2 #include "unarchive.h"
3
4 extern void header_skip(const file_header_t *file_header)
5 {
6         return;
7 }