# HG changeset patch # User Eugene Paskevich # Date 1192975580 -10800 # Node ID d087573f54fd2c8522608e860e4940e52b08722e # Parent f4f30254833b8328de768887c2008362904e7ecb Compilation fix. diff -r f4f30254833b -r d087573f54fd src/audacious/tuple.c --- a/src/audacious/tuple.c Sun Oct 21 08:46:58 2007 -0500 +++ b/src/audacious/tuple.c Sun Oct 21 17:06:20 2007 +0300 @@ -145,6 +145,9 @@ return tuple; } +static TupleValue * +tuple_associate_data(Tuple *tuple, const gint cnfield, const gchar *field, TupleValueType ftype); + static gboolean _tuple_associate_raw_string(Tuple *tuple, const gint nfield, const gchar *field, const gchar *string) {