summaryrefslogtreecommitdiffstats
path: root/stream/cdd.h
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-27 21:32:33 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-27 21:32:33 +0000
commitd1b81c6c1c8e7079dc7aa51c8afc6167e4b712c2 (patch)
tree76d1c85843a40cc4f8a2c1b9fe93563ad6ec555f /stream/cdd.h
parentc44915814cc211b5527dadc6f56956ec4df68968 (diff)
downloadmpv-d1b81c6c1c8e7079dc7aa51c8afc6167e4b712c2.tar.bz2
mpv-d1b81c6c1c8e7079dc7aa51c8afc6167e4b712c2.tar.xz
Fix cd_info_new() prototype.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30775 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/cdd.h')
-rw-r--r--stream/cdd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/cdd.h b/stream/cdd.h
index 9f2ae2fbb6..c6d6e9d92b 100644
--- a/stream/cdd.h
+++ b/stream/cdd.h
@@ -86,7 +86,7 @@ typedef struct {
cd_info_t *cd_info;
} cdda_priv;
-cd_info_t* cd_info_new();
+cd_info_t* cd_info_new(void);
void cd_info_free(cd_info_t *cd_info);
cd_track_t* cd_info_add_track(cd_info_t *cd_info, char *track_name, unsigned int track_nb, unsigned int min, unsigned int sec, unsigned int msec, unsigned long frame_begin, unsigned long frame_length);
cd_track_t* cd_info_get_track(cd_info_t *cd_info, unsigned int track_nb);