aboutsummaryrefslogtreecommitdiff
path: root/src/song_print.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-10-13 18:01:06 +0200
committerMax Kellermann <max@duempel.org>2009-10-13 18:01:06 +0200
commitf7ce4f6239ded6681713bc9e8d281712106e6f25 (patch)
tree1078ee0df1551a0e27bae71022c39a54affd07b6 /src/song_print.h
parent28442cce9fa4a91c38d87c4a61b6ff6af4f97a67 (diff)
song: renamed attribute "url" to "uri"
Diffstat (limited to 'src/song_print.h')
-rw-r--r--src/song_print.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/song_print.h b/src/song_print.h
index 291fd81c..c16bc738 100644
--- a/src/song_print.h
+++ b/src/song_print.h
@@ -30,6 +30,6 @@ song_print_info(struct client *client, struct song *song);
int songvec_print(struct client *client, const struct songvec *sv);
void
-song_print_url(struct client *client, struct song *song);
+song_print_uri(struct client *client, struct song *song);
#endif