# HG changeset patch # User William Pitcock # Date 1191734880 18000 # Node ID 81026451b455f5232b233aaf760d890a7d1a9d40 # Parent ddde4794b4e21f1813574893922bf61112766084 fix tuple_get_int declaration diff -r ddde4794b4e2 -r 81026451b455 src/audacious/plugin.h --- a/src/audacious/plugin.h Sun Oct 07 00:16:35 2007 -0500 +++ b/src/audacious/plugin.h Sun Oct 07 00:28:00 2007 -0500 @@ -253,7 +253,7 @@ const gchar *(*tuple_get_string)(Tuple *tuple, const gint nfield, const gchar *field); - gint tuple_get_int(Tuple *tuple, + gint (*tuple_get_int)(Tuple *tuple, const gint nfield, const gchar *field);