libmpdclient 2.22
|
MPD client library. More...
#include "compiler.h"
#include <stdbool.h>
Go to the source code of this file.
Functions | |
mpd_sentinel bool | mpd_send_command (struct mpd_connection *connection, const char *command,...) |
MPD client library.
Do not include this header directly. Use mpd/client.h instead.
Definition in file send.h.
mpd_sentinel bool mpd_send_command | ( | struct mpd_connection * | connection, |
const char * | command, | ||
... | |||
) |
Sends a command with arguments to the MPD server. The argument list must be terminated with a NULL.
connection | the connection to the MPD server |
command | the command to be sent |