libmpdclient 2.22
password.h
Go to the documentation of this file.
1// SPDX-License-Identifier: BSD-2-Clause
2// Copyright The Music Player Daemon Project
3
12#ifndef MPD_PASSWORD_H
13#define MPD_PASSWORD_H
14
15#include <stdbool.h>
16
17struct mpd_connection;
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
26bool
27mpd_send_password(struct mpd_connection *connection, const char *password);
28
34bool
35mpd_run_password(struct mpd_connection *connection, const char *password);
36
37#ifdef __cplusplus
38}
39#endif
40
41#endif
bool mpd_send_password(struct mpd_connection *connection, const char *password)
bool mpd_run_password(struct mpd_connection *connection, const char *password)