Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/archival/libunarchive/header_skip.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_skip(const file_header_t *file_header ATTRIBUTE_UNUSED)  void FAST_FUNC header_skip(const file_header_t *file_header UNUSED_PARAM)
9  {  {
10  }  }

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