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>
This commit is contained in:
committed by
Wolfgang Denk
parent
f7767c7541
commit
87d93a1ba2
@@ -403,8 +403,6 @@ static const int video_font_draw_table32[16][4] = {
|
||||
{ 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff } };
|
||||
|
||||
|
||||
int gunzip(void *, int, unsigned char *, unsigned long *);
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
static void video_drawchars (int xx, int yy, unsigned char *s, int count)
|
||||
|
||||
Reference in New Issue
Block a user