From c4e423537d77267ff859f20cefcbeaa4817d7199 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Sun, 11 Apr 2004 12:20:31 +0000 Subject: libvcd 0.7.20, libcdio 0.68 CVS patchset: 6388 CVS date: 2004/04/11 12:20:31 --- src/input/vcd/libvcd/info_private.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/input/vcd/libvcd/info_private.h') diff --git a/src/input/vcd/libvcd/info_private.h b/src/input/vcd/libvcd/info_private.h index 14e947e14..a0152abae 100644 --- a/src/input/vcd/libvcd/info_private.h +++ b/src/input/vcd/libvcd/info_private.h @@ -96,14 +96,18 @@ extern "C" { /*! Calls recursive routine to populate obj->offset_list or obj->offset_x_list by going through LOT. + + Returns false if there was some error. */ - void vcdinf_visit_lot (struct _vcdinf_pbc_ctx *obj); + bool vcdinf_visit_lot (struct _vcdinf_pbc_ctx *obj); /*! Recursive routine to populate obj->offset_list or obj->offset_x_list by reading playback control entries referred to via lid. + + Returns false if there was some error. */ - void vcdinf_visit_pbc (struct _vcdinf_pbc_ctx *obj, lid_t lid, + bool vcdinf_visit_pbc (struct _vcdinf_pbc_ctx *obj, lid_t lid, unsigned int offset, bool in_lot); #ifdef __cplusplus -- cgit v1.2.3