#ifndef _DVD_UDF_H
#define _DVD_UDF_H

/*****************************************************************************
 * Copyright (C) 1998-2001 VideoLAN
 * Author: Stéphane Borel <stef@via.ecp.fr>
 * based on:
 *  - dvdudf by Christian Wolff <scarabaeus@convergence.de>
 * License: GNU General Public License
 *****************************************************************************/

typedef unsigned char           u8;
typedef unsigned short          u16;
typedef unsigned int            u32;
typedef int                 boolean_t;

u32 DVDUDFFindFile(dvdcss_handle, char *);

#endif
