cmdline: Print available protocols when --version is run.

This commit is contained in:
Avuton Olrich
2009-03-03 08:01:42 -08:00
committed by Max Kellermann
parent 0f64e658fd
commit e7f034dcef
4 changed files with 32 additions and 0 deletions
+6
View File
@@ -20,6 +20,7 @@
#define MPD_LS_H
#include <stdbool.h>
#include <stdio.h>
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