view remap.h @ 112:50ee8763a312 src

implement LinkNoLink (in this whole lot of DVDs I watched with libdvdnav, Disney's "Beauty an the Beast" deluxe is the first one to use LinkNoLink...)
author mroi
date Mon, 06 Jan 2003 19:59:28 +0000
parents 2fcb4f228308
children b6834e6359cf
line wrap: on
line source

#ifndef __REMAP__H
#define __REMAP__H
typedef struct block_s block_t;

typedef struct remap_s remap_t;

remap_t* remap_loadmap( char *title);

unsigned long remap_block( 
	remap_t *map, int domain, int title, int program, 
	unsigned long cblock, unsigned long offset);

#endif