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
This commit is contained in:
diego
2008-01-01 21:35:58 +00:00
parent 4a78a92dd6
commit 2b6af2000b
60 changed files with 256 additions and 10 deletions

View File

@@ -1 +1,6 @@
#ifndef STREAM_DVD_COMMON_H
#define STREAM_DVD_COMMON_H
int mp_dvdtimetomsec(dvd_time_t *dt);
#endif /* STREAM_DVD_COMMON_H */