Bernhard Fischer says: use xmalloc() instead of malloc()
[oweals/busybox.git] / 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 }