home *** CD-ROM | disk | FTP | other *** search
- /* rock.h: */
-
- #include "cdrom.h"
- #include "iso9660.h"
-
- int Uses_Rock_Ridge_Protocol (VOLUME *p_volume);
- int Get_RR_File_Name (VOLUME *p_volume, directory_record *p_dir,
- char *p_buf, int p_buf_len);
- unsigned long Get_Parent_Directory_RR (VOLUME *p_volume, unsigned long p_loc);
- CDROM_OBJ *Open_Object_RR (CDROM_OBJ *p_result,
- CDROM_OBJ *p_current_dir, char *p_name);
- CDROM_OBJ *Find_Parent_RR (CDROM_OBJ *p_object);
-
-