Mercurial > mplayer.hg
view libdvdread/dvdread_internal.h @ 27743:d74f44a9a192
sun --> __sun in config.h preprocessor check
author | diego |
---|---|
date | Thu, 16 Oct 2008 13:33:29 +0000 |
parents | ea01824701a5 |
children |
line wrap: on
line source
/* -*- c-basic-offset: 2; indent-tabs-mode: nil -*- */ #ifndef DVDREAD_INTERNAL_H #define DVDREAD_INTERNAL_H #define CHECK_VALUE(arg) int get_verbose(void); int dvdread_verbose(dvd_reader_t *dvd); dvd_reader_t *device_of_file(dvd_file_t *file); #endif /* DVDREAD_INTERNAL_H */