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 
17 struct mpd_connection;
18 
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22 
26 bool
27 mpd_send_password(struct mpd_connection *connection, const char *password);
28 
34 bool
35 mpd_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)