gui: bmp.c: fix "no previous prototype" warning
The patch fixes these compiler's warnings:

  lib/gui/bmp.c:12:15: warning: no previous prototype for 'bmp_open' [-Wmissing-prototypes]
   struct image *bmp_open(char *inbuf, int insize)
                 ^
  lib/gui/bmp.c:33:6: warning: no previous prototype for 'bmp_close' [-Wmissing-prototypes]
   void bmp_close(struct image *img)
        ^

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 441e9f5 commit ae4b754a7a88d59da732056dfe649bf7030e06a3
@Antony Pavlov Antony Pavlov authored on 20 Mar 2017
Sascha Hauer committed on 30 Mar 2017
Showing 1 changed file
View
lib/gui/bmp.c