summaryrefslogtreecommitdiff
path: root/cdutils.h
diff options
context:
space:
mode:
authorPixel <Pixel>2002-05-05 01:44:15 +0000
committerPixel <Pixel>2002-05-05 01:44:15 +0000
commit03119248490d87f0c7f04c247955a3f75e169bfb (patch)
tree56f22360b7d441de6dd99a48b4617d5290da3622 /cdutils.h
parent1fb95803842de3902e11484f14b583ce8a8f69de (diff)
Nightly commit.
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