Standardize on the vi editing directives being on the first line.
[oweals/busybox.git] / archival / libunarchive / header_skip.c
1 /* vi: set sw=4 ts=4: */
2 #include <stdio.h>
3 #include "unarchive.h"
4
5 void header_skip(const file_header_t *file_header ATTRIBUTE_UNUSED)
6 {
7 }