summaryrefslogtreecommitdiff
path: root/cdutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'cdutils.h')
-rw-r--r--cdutils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cdutils.h b/cdutils.h
index b3aace5..6ae1620 100644
--- a/cdutils.h
+++ b/cdutils.h
@@ -79,5 +79,6 @@ unsigned char from_BCD(unsigned char x);
unsigned char to_BCD(unsigned char x);
int is_valid_BCD(unsigned char x);
unsigned long from_MSF(unsigned long msf, unsigned long start = 150);
+unsigned long from_MSF(unsigned char m, unsigned char s, unsigned char f, unsigned long start = 150);
#endif