diff options
| author | Kjell Ericson <kjell@haxx.se> | 2002-10-21 20:46:10 +0000 |
|---|---|---|
| committer | Kjell Ericson <kjell@haxx.se> | 2002-10-21 20:46:10 +0000 |
| commit | a901c3a433125a939bef9caf6a8219f97f395fc7 (patch) | |
| tree | 39bc40ec8bf67252ab338a46e68383003c8c5dba | |
| parent | efba78ba13c901256134f5f29cc8812ef034bf5f (diff) | |
| download | rockbox-a901c3a433125a939bef9caf6a8219f97f395fc7.zip rockbox-a901c3a433125a939bef9caf6a8219f97f395fc7.tar.gz rockbox-a901c3a433125a939bef9caf6a8219f97f395fc7.tar.bz2 rockbox-a901c3a433125a939bef9caf6a8219f97f395fc7.tar.xz | |
Removed warnings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2741 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | uisimulator/common/sim_icons.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/uisimulator/common/sim_icons.c b/uisimulator/common/sim_icons.c index 1aaf1bb..1ec387c 100644 --- a/uisimulator/common/sim_icons.c +++ b/uisimulator/common/sim_icons.c @@ -26,6 +26,8 @@ #include <string.h> #include <debug.h> +extern void lcd_print_icon(int x, int icon_line, bool enable, char **icon); + static char* icon_battery_3[]= { "*************** ", |