From 2be9f5e7b736fdd3a64dd58c156e6a4351d2ce57 Mon Sep 17 00:00:00 2001 From: rocky Date: Sun, 9 May 2004 16:55:52 +0000 Subject: [PATCH] Add cdio_msf_to_str - convert MSF to string representation of MSF. --- include/cdio/sector.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/include/cdio/sector.h b/include/cdio/sector.h index e055cb46..0acb3496 100644 --- a/include/cdio/sector.h +++ b/include/cdio/sector.h @@ -1,5 +1,5 @@ /* - $Id: sector.h,v 1.8 2003/11/17 12:06:58 rocky Exp $ + $Id: sector.h,v 1.9 2004/05/09 16:55:52 rocky Exp $ Copyright (C) 2000 Herbert Valerio Riedel Copyright (C) 2003 Rocky Bernstein @@ -140,6 +140,11 @@ \warning cdio_lba_to_msf_str returns new allocated string */ char *cdio_lba_to_msf_str (lba_t lba); +/*! + Convert an MSF into a string representation of the MSF. + \warning cdio_msf_to_msf_str returns new allocated string */ +char *cdio_msf_to_str (const msf_t *msf); + /*! Convert an LBA into the corresponding LSN. */