comparison src/audacious/tuple.c @ 3834:d087573f54fd

Compilation fix.
author Eugene Paskevich <eugene@raptor.kiev.ua>
date Sun, 21 Oct 2007 17:06:20 +0300
parents f4f30254833b
children ba6258a39662
comparison
equal deleted inserted replaced
3833:f4f30254833b 3834:d087573f54fd
143 143
144 TUPLE_UNLOCK_WRITE(); 144 TUPLE_UNLOCK_WRITE();
145 return tuple; 145 return tuple;
146 } 146 }
147 147
148 static TupleValue *
149 tuple_associate_data(Tuple *tuple, const gint cnfield, const gchar *field, TupleValueType ftype);
150
148 static gboolean 151 static gboolean
149 _tuple_associate_raw_string(Tuple *tuple, const gint nfield, const gchar *field, const gchar *string) 152 _tuple_associate_raw_string(Tuple *tuple, const gint nfield, const gchar *field, const gchar *string)
150 { 153 {
151 TupleValue *value; 154 TupleValue *value;
152 155