Hoist common track mode, disk format and disk flags into sector.h

Hoist track information into image.h
This commit is contained in:
rocky
2004-07-10 02:17:57 +00:00
parent b525effb95
commit 13af656fea
7 changed files with 123 additions and 122 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: image_common.h,v 1.6 2004/07/09 02:46:42 rocky Exp $
$Id: image_common.h,v 1.7 2004/07/10 02:17:59 rocky Exp $
Copyright (C) 2004 Rocky Bernstein <rocky@panix.com>
@@ -20,6 +20,9 @@
/* Common image routines. */
#ifndef __CDIO_IMAGE_COMMON_H__
#define __CDIO_IMAGE_COMMON_H__
/*!
Return the media catalog number (MCN) from the CD or NULL if there
is none or we don't have the ability to get it.
@@ -82,3 +85,5 @@ _get_num_tracks_image(void *user_data)
return env->i_tracks;
}
#endif /* __CDIO_IMAGE_COMMON_H__ */