aboutsummaryrefslogtreecommitdiff
path: root/src/sticker.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-03-14 14:20:08 +0100
committerMax Kellermann <max@duempel.org>2009-03-14 14:20:08 +0100
commitbe38ad5b93e1a232c92e2c8386d7ceeb1ca91669 (patch)
treea5843494f64986f3d5d222ec752b64dd7d6f8ac0 /src/sticker.c
parent24da9410fa0d343acf35a47afcb666398d032aea (diff)
sticker: don't export sticker_list_values()
sticker_list_values() is only used internally in sticker.c. Remove sticker_song_list_values() completely, it is superseded by sticker_song_get().
Diffstat (limited to 'src/sticker.c')
-rw-r--r--src/sticker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sticker.c b/src/sticker.c
index cad4e1c9..cb845001 100644
--- a/src/sticker.c
+++ b/src/sticker.c
@@ -194,7 +194,7 @@ sticker_load_value(const char *type, const char *uri, const char *name)
return value;
}
-GHashTable *
+static GHashTable *
sticker_list_values(const char *type, const char *uri)
{
int ret;