From e7f034dceff196b7588bca995a5e22bd480f71ca Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Tue, 3 Mar 2009 08:01:42 -0800 Subject: cmdline: Print available protocols when --version is run. --- src/ls.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/ls.h') diff --git a/src/ls.h b/src/ls.h index d6e4c98b..f86845e3 100644 --- a/src/ls.h +++ b/src/ls.h @@ -20,6 +20,7 @@ #define MPD_LS_H #include +#include struct client; @@ -36,4 +37,9 @@ bool uri_supported_scheme(const char *url); */ void print_supported_uri_schemes(struct client *client); +/** + * Send a list of supported URI schemes to a file pointer. + */ +void print_supported_uri_schemes_to_fp(FILE *fp); + #endif -- cgit v1.2.3