mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -05:00
fix red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24645 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1c2aa35371
commit
1281b1c065
1 changed files with 4 additions and 1 deletions
|
|
@ -17,7 +17,8 @@
|
||||||
* KIND, either express or implied.
|
* KIND, either express or implied.
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
#ifndef _FONT_CACHE_H_
|
||||||
|
#define _FONT_CACHE_H_
|
||||||
#include "lru.h"
|
#include "lru.h"
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
|
|
@ -48,3 +49,5 @@ struct font_cache_entry* font_cache_get(
|
||||||
unsigned short char_code,
|
unsigned short char_code,
|
||||||
void (*callback) (struct font_cache_entry* p, void *callback_data),
|
void (*callback) (struct font_cache_entry* p, void *callback_data),
|
||||||
void *callback_data);
|
void *callback_data);
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue