From f07956632ea0eb5cc2cf4d5d4d1cbb1c461222f4 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 21 Jun 2010 10:30:54 +0000 Subject: 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 --- stream/cdd.h | 4 ++++ stream/stream_cdda.c | 4 ---- 2 files changed, 4 insertions(+), 4 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 */ diff --git a/stream/stream_cdda.c b/stream/stream_cdda.c index bcdf570631..0dca95ddda 100644 --- a/stream/stream_cdda.c +++ b/stream/stream_cdda.c @@ -125,10 +125,6 @@ const m_option_t cdda_opts[] = { {NULL, NULL, 0, 0, 0, 0, NULL} }; -int cdd_identify(const char *dev); -int cddb_resolve(const char *dev, char **xmcd_file); -cd_info_t* cddb_parse_xmcd(char *xmcd_file); - static int seek(stream_t* s,off_t pos); static int fill_buffer(stream_t* s, char* buffer, int max_len); static void close_cdda(stream_t* s); -- cgit v1.2.3