aboutsummaryrefslogtreecommitdiffstats
path: root/src/sticker_print.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-08-02 18:20:46 +0200
committerMax Kellermann <max@duempel.org>2012-08-02 19:12:06 +0200
commitedf811fa0271da729e9962e3976f2a68ac35a395 (patch)
treeedae1c9330ea0bdc7eff132ef15deed6a20fc8d8 /src/sticker_print.c
parentb25b7693baa8be5ab7f0fc727f17fb560b6208ae (diff)
downloadmpd-edf811fa0271da729e9962e3976f2a68ac35a395.tar.gz
mpd-edf811fa0271da729e9962e3976f2a68ac35a395.tar.xz
mpd-edf811fa0271da729e9962e3976f2a68ac35a395.zip
DatabaseVisitor, ...: use GError forward declaration
Diffstat (limited to 'src/sticker_print.c')
-rw-r--r--src/sticker_print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sticker_print.c b/src/sticker_print.c
index 65e79513c..b19dcdc9c 100644
--- a/src/sticker_print.c
+++ b/src/sticker_print.c
@@ -30,7 +30,7 @@ sticker_print_value(struct client *client,
}
static void
-print_sticker_cb(const char *name, const char *value, gpointer data)
+print_sticker_cb(const char *name, const char *value, void *data)
{
struct client *client = data;