summaryrefslogtreecommitdiff
path: root/firmware/export/tlv320.h
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2006-12-06 13:48:50 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2006-12-06 13:48:50 +0000
commit998f1c57e25c628ed21dfbc7728dcbe4f55e6bd8 (patch)
treedca1aaa4245652c66a6429da0f53cb21e6bc7838 /firmware/export/tlv320.h
parent1b967f41df90cd183c42e96d40acaeea671c1016 (diff)
downloadrockbox-998f1c57e25c628ed21dfbc7728dcbe4f55e6bd8.tar.gz
rockbox-998f1c57e25c628ed21dfbc7728dcbe4f55e6bd8.zip
put back the return types which got lost in the previous commit
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11676 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/tlv320.h')
-rw-r--r--firmware/export/tlv320.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/tlv320.h b/firmware/export/tlv320.h
index 3cf5bd80cd..ebb126ddf5 100644
--- a/firmware/export/tlv320.h
+++ b/firmware/export/tlv320.h
@@ -23,7 +23,7 @@
23#define VOLUME_MIN -730 23#define VOLUME_MIN -730
24#define VOLUME_MAX 60 24#define VOLUME_MAX 60
25 25
26extern tenthdb2master(int db); 26extern int tenthdb2master(int db);
27 27
28/*** definitions ***/ 28/*** definitions ***/
29 29