*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
[oweals/busybox.git] / archival / libunarchive / header_list.c
index fb461a68e6db15091a75ec47b4aec92415944fab..6ec2df36364d1a67eaef81d9afb2fd8c2dc90e1d 100644 (file)
@@ -2,10 +2,10 @@
 /*
  * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  */
-#include <stdio.h>
+#include "libbb.h"
 #include "unarchive.h"
 
-void header_list(const file_header_t *file_header)
+void FAST_FUNC header_list(const file_header_t *file_header)
 {
        puts(file_header->name);
 }