Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/archival/libunarchive/header_list.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 815 by niro, Sat Sep 1 22:45:15 2007 UTC revision 816 by niro, Fri Apr 24 18:33:46 2009 UTC
# Line 2  Line 2 
2  /*  /*
3   * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.   * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
4   */   */
5  #include <stdio.h>  #include "libbb.h"
6  #include "unarchive.h"  #include "unarchive.h"
7    
8  void header_list(const file_header_t *file_header)  void FAST_FUNC header_list(const file_header_t *file_header)
9  {  {
10   puts(file_header->name);   puts(file_header->name);
11  }  }

Legend:
Removed from v.815  
changed lines
  Added in v.816