From 4bd2903bbcc559815f7a60c687d1e345821e2252 Mon Sep 17 00:00:00 2001 From: rocky Date: Mon, 26 May 2003 03:11:06 +0000 Subject: [PATCH] more pedantic types (which in fact match the implimentation). --- include/cdio/sector.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/cdio/sector.h b/include/cdio/sector.h index 54846b5e..8cc732c0 100644 --- a/include/cdio/sector.h +++ b/include/cdio/sector.h @@ -1,5 +1,5 @@ /* - $Id: sector.h,v 1.2 2003/04/21 14:13:54 hvr Exp $ + $Id: sector.h,v 1.3 2003/05/26 03:11:06 rocky Exp $ Copyright (C) 2000 Herbert Valerio Riedel Copyright (C) 2003 Rocky Bernstein @@ -139,10 +139,10 @@ lba_t cdio_lsn_to_lba (lsn_t lsn); void cdio_lsn_to_msf (lsn_t lsn, msf_t *msf); -uint32_t +lba_t cdio_msf_to_lba (const msf_t *msf); -uint32_t +lsn_t cdio_msf_to_lsn (const msf_t *msf); #ifdef __cplusplus