summaryrefslogtreecommitdiff
path: root/firmware/drivers/lcd.h
diff options
context:
space:
mode:
authorKjell Ericson <kjell@haxx.se>2003-01-10 10:12:17 +0000
committerKjell Ericson <kjell@haxx.se>2003-01-10 10:12:17 +0000
commita33d6b2409cfcc66b54507e466ddb63524fe88c2 (patch)
treed332f6b930601c4bfa06bf69e8394f4fa8408a4f /firmware/drivers/lcd.h
parente8e2b2dc841f359723cf291a8a05ec762c0e73dc (diff)
Removed warnings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3058 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers/lcd.h')
-rw-r--r--firmware/drivers/lcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/lcd.h b/firmware/drivers/lcd.h
index 7129e5dc69..bd993387b6 100644
--- a/firmware/drivers/lcd.h
+++ b/firmware/drivers/lcd.h
@@ -85,7 +85,7 @@ enum
extern void lcd_define_hw_pattern (int which,char *pattern,int length);
extern void lcd_define_pattern (int which,char *pattern);
extern void lcd_double_height (bool on);
-unsigned char lcd_get_locked_pattern();
+unsigned char lcd_get_locked_pattern(void);
void lcd_unlock_pattern(unsigned char pat);
#endif