From 6823217697043e3ad2c1e67e4bba759c66d18a4f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 25 Feb 2009 16:44:06 +0100 Subject: ls: moved generic URI utilities to uri.c "ls" is a bad name for a library which parses URIs. We'll move the rest of the "ls" library later. --- src/ls.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/ls.h') diff --git a/src/ls.h b/src/ls.h index 82a77ec17..d6e4c98b3 100644 --- a/src/ls.h +++ b/src/ls.h @@ -23,12 +23,6 @@ struct client; -/** - * Checks whether the specified URI has a schema in the form - * "scheme://". - */ -bool uri_has_scheme(const char *uri); - /** * Checks whether the scheme of the specified URI is supported by MPD. * It is not allowed to pass an URI without a scheme, check with @@ -42,6 +36,4 @@ bool uri_supported_scheme(const char *url); */ void print_supported_uri_schemes(struct client *client); -const char *uri_get_suffix(const char *utf8file); - #endif -- cgit v1.2.3