121 const char *uri,
const char *storage);
135 const char *uri,
const char *storage);
struct mpd_mount * mpd_mount_begin(const struct mpd_pair *pair)
const char * mpd_mount_get_uri(const struct mpd_mount *mnt)
struct mpd_mount * mpd_recv_mount(struct mpd_connection *connection)
bool mpd_mount_feed(struct mpd_mount *mnt, const struct mpd_pair *pair)
bool mpd_run_unmount(struct mpd_connection *connection, const char *uri)
bool mpd_send_list_mounts(struct mpd_connection *connection)
bool mpd_run_mount(struct mpd_connection *connection, const char *uri, const char *storage)
bool mpd_send_mount(struct mpd_connection *connection, const char *uri, const char *storage)
const char * mpd_mount_get_storage(const struct mpd_mount *mnt)
bool mpd_send_unmount(struct mpd_connection *connection, const char *uri)
void mpd_mount_free(struct mpd_mount *mount)