move prototypes for gunzip() and zunzip() to common.h
authorWolfgang Wegner <w.wegner@astro-kom.de>
Wed, 9 Dec 2009 14:16:47 +0000 (15:16 +0100)
committerWolfgang Denk <wd@denx.de>
Mon, 21 Dec 2009 20:39:59 +0000 (21:39 +0100)
commit87d93a1ba2ae23550e1370adb7a3b00af0831165
treed978d96503acbb9f26ea3d83db7e8682bf89e76b
parentf7767c7541a8cdae55655d10f039a5bc62894ee8
move prototypes for gunzip() and zunzip() to common.h

Prototype for gunzip/zunzip was only in lib_generic/gunzip.c and thus
repeated in every file using it. This patch moves the prototypes to
common.h and removes all prototypes distributed anywhere else.

Signed-off-by: Wolfgang Wegner <w.wegner@astro-kom.de>
24 files changed:
board/bf527-ezkit/video.c
board/bf533-stamp/video.c
board/bf548-ezkit/video.c
board/cm-bf548/video.c
board/dave/PPChameleonEVB/PPChameleonEVB.c
board/esd/apc405/apc405.c
board/esd/ash405/ash405.c
board/esd/cpci405/cpci405.c
board/esd/hh405/hh405.c
board/esd/pci405/pci405.c
board/esd/plu405/plu405.c
board/esd/tasreg/tasreg.c
board/esd/voh405/voh405.c
board/esd/wuh405/wuh405.c
board/mpl/common/common_util.c
board/prodrive/pdnb3/pdnb3.c
common/cmd_bmp.c
common/cmd_bootm.c
common/cmd_license.c
common/cmd_mem.c
drivers/video/cfb_console.c
fs/ubifs/ubifs.h
include/common.h
lib_generic/gunzip.c