changeset 3836:a0509b848ec4

Automated merge with ssh://hg.atheme.org//hg/audacious
author William Pitcock <nenolod@atheme.org>
date Tue, 23 Oct 2007 05:42:49 -0500
parents c59c3df098c2 (current diff) d087573f54fd (diff)
children 74cfd332a56d cc5426d6d39c
files
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/tuple.c	Tue Oct 23 05:42:28 2007 -0500
+++ b/src/audacious/tuple.c	Tue Oct 23 05:42:49 2007 -0500
@@ -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)
 {