summaryrefslogtreecommitdiffstats
path: root/stream/cdd.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-06-21 10:30:54 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:11:07 +0200
commitf07956632ea0eb5cc2cf4d5d4d1cbb1c461222f4 (patch)
treed4275a1fb8e91b72bc78e32fc3ec3bf3e38d29b0 /stream/cdd.h
parent5be8d4d6336a41924738efc3a8fcacba91c99411 (diff)
downloadmpv-f07956632ea0eb5cc2cf4d5d4d1cbb1c461222f4.tar.bz2
mpv-f07956632ea0eb5cc2cf4d5d4d1cbb1c461222f4.tar.xz
stream_cdd*: Move declarations for stream_cddb.c functions to cdd.h
This fixes a bunch of warnings about missing function prototypes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31509 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/cdd.h')
-rw-r--r--stream/cdd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/stream/cdd.h b/stream/cdd.h
index d75c520d0d..d297de4c72 100644
--- a/stream/cdd.h
+++ b/stream/cdd.h
@@ -71,4 +71,8 @@ cd_track_t* cd_info_get_track(cd_info_t *cd_info, unsigned int track_nb);
void cd_info_debug(cd_info_t *cd_info);
+int cdd_identify(const char *dev);
+int cddb_resolve(const char *dev, char **xmcd_file);
+cd_info_t* cddb_parse_xmcd(char *xmcd_file);
+
#endif /* MPLAYER_CDD_H */