Mercurial > audlegacy
changeset 3834:d087573f54fd
Compilation fix.
author | Eugene Paskevich <eugene@raptor.kiev.ua> |
---|---|
date | Sun, 21 Oct 2007 17:06:20 +0300 |
parents | f4f30254833b |
children | a0509b848ec4 047bf3ed21b2 1556939b6c80 |
files | src/audacious/tuple.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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) {