cmdline: Print available protocols when --version is run.
This commit is contained in:
committed by
Max Kellermann
parent
0f64e658fd
commit
e7f034dcef
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user