libmpdclient 2.22
|
MPD client library. More...
#include <stdbool.h>
Go to the source code of this file.
Functions | |
bool | mpd_send_password (struct mpd_connection *connection, const char *password) |
bool | mpd_run_password (struct mpd_connection *connection, const char *password) |
MPD client library.
Password authentication.
Do not include this header directly. Use mpd/client.h instead.
Definition in file password.h.
bool mpd_send_password | ( | struct mpd_connection * | connection, |
const char * | password | ||
) |
Sends the password to MPD, to gain more privileges.
bool mpd_run_password | ( | struct mpd_connection * | connection, |
const char * | password | ||
) |
Sends the password to MPD and receives its response.