Robert P. Day removed 8 gazillion occurrences of "extern" on function
[oweals/busybox.git] / archival / libunarchive / header_skip.c
1 #include <stdio.h>
2 #include "unarchive.h"
3
4 void header_skip(const file_header_t *file_header ATTRIBUTE_UNUSED)
5 {
6 }