Browse Source

* Fix a harmless warning in caca0.c.

tags/v0.99.beta14
Sam Hocevar sam 18 years ago
parent
commit
eb1f2d77c6
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      caca/caca0.c

+ 1
- 0
caca/caca0.c View File

@@ -46,6 +46,7 @@ cucul_dither_t *__caca0_create_bitmap(unsigned int, unsigned int,
unsigned int, unsigned int, unsigned long int, unsigned long int,
unsigned long int, unsigned long int);
void __caca0_free_bitmap(cucul_dither_t *);
extern char const *__caca0_get_color_name(unsigned char);

/* Emulation functions */
int __caca0_init(void)


Loading…
Cancel
Save