From 8e2ff63a7e1f7c493d867c8b4982feacf6f781ca Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sat, 31 Jan 2009 23:51:11 +0000 Subject: Various files: make function implementations consistent with their declaration in the header file or static if they're local. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19892 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/eeprom_24cxx.h | 1 - 1 file changed, 1 deletion(-) (limited to 'firmware/export') diff --git a/firmware/export/eeprom_24cxx.h b/firmware/export/eeprom_24cxx.h index 9a3d49b486..9a2efb915d 100644 --- a/firmware/export/eeprom_24cxx.h +++ b/firmware/export/eeprom_24cxx.h @@ -31,7 +31,6 @@ #endif void eeprom_24cxx_init(void); -int eeprom_24cxx_read_byte(unsigned int address, char *c); int eeprom_24cxx_read(unsigned char address, void *dest, int length); int eeprom_24cxx_write(unsigned char address, const void *src, int length); -- cgit v1.2.3