From 1d82edc6d36115ef4ecc251086a5b31c72333e5d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 16 Dec 2008 21:18:31 +0100 Subject: ls: make printRemoteUrlHandlers() return void printRemoteUrlHandlers() cannot fail, and does not need a return value. --- src/ls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ls.h') diff --git a/src/ls.h b/src/ls.h index 80f427e22..4253431ec 100644 --- a/src/ls.h +++ b/src/ls.h @@ -31,6 +31,6 @@ int isRemoteUrl(const char *url); const struct decoder_plugin * hasMusicSuffix(const char *utf8file, unsigned int next); -int printRemoteUrlHandlers(struct client *client); +void printRemoteUrlHandlers(struct client *client); #endif -- cgit v1.2.3