1
mirror of https://github.com/mpv-player/mpv synced 2025-01-01 04:36:24 +01:00
mpv/stream/stream_dvd_common.h
diego 2b6af2000b Add multiple inclusion guards to all header files that lack them.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25581 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-01-01 21:35:58 +00:00

7 lines
129 B
C

#ifndef STREAM_DVD_COMMON_H
#define STREAM_DVD_COMMON_H
int mp_dvdtimetomsec(dvd_time_t *dt);
#endif /* STREAM_DVD_COMMON_H */