Mercurial > audlegacy-plugins
changeset 2110:a6232f98dc38
Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Sat, 20 Oct 2007 21:07:21 +0300 |
parents | 2f11848e0eb5 (diff) f8ccc2aa0afa (current diff) |
children | ac599b9b0490 |
files | |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/sid/xmms-sid.c Sat Oct 20 13:33:26 2007 +0200 +++ b/src/sid/xmms-sid.c Sat Oct 20 21:07:21 2007 +0300 @@ -87,7 +87,7 @@ XS_MUTEX(xs_status); static XS_THREAD_T xs_decode_thread; -void xs_get_song_tuple_info(Tuple *pResult, t_xs_tuneinfo *pInfo, gint subTune); +static void xs_get_song_tuple_info(Tuple *pResult, t_xs_tuneinfo *pInfo, gint subTune); /* * Error messages @@ -591,7 +591,7 @@ /* * Return song information Tuple */ -void xs_get_song_tuple_info(Tuple *pResult, t_xs_tuneinfo *pInfo, gint subTune) +static void xs_get_song_tuple_info(Tuple *pResult, t_xs_tuneinfo *pInfo, gint subTune) { gchar *tmpStr, tmpStr2[64];