From 19425909c3e19b3733b13fefc2a2aa88fb9f1d61 Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sat, 3 May 2008 21:33:00 +0000 Subject: Another round of making local functions static and making sure that source files are in sync with their header files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17337 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/coldfire/usb-target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/target/coldfire/usb-target.h') diff --git a/firmware/target/coldfire/usb-target.h b/firmware/target/coldfire/usb-target.h index ab8cac6f99..8908dc69e8 100644 --- a/firmware/target/coldfire/usb-target.h +++ b/firmware/target/coldfire/usb-target.h @@ -19,6 +19,6 @@ #ifndef USB_TARGET_H #define USB_TARGET_H -bool usb_init_device(void); +void usb_init_device(void); #endif -- cgit v1.2.3