myMPD
Internal API documentation
Loading...
Searching...
No Matches
database.h
Go to the documentation of this file.
1
/*
2
SPDX-License-Identifier: GPL-3.0-or-later
3
myMPD (c) 2018-2025 Juergen Mang <mail@jcgames.de>
4
https://github.com/jcorporation/mympd
5
*/
6
11
#ifndef MYMPD_API_DATABASE_H
12
#define MYMPD_API_DATABASE_H
13
14
#include "dist/sds/sds.h"
15
#include "
src/lib/api.h
"
16
#include "
src/lib/mympd_state.h
"
17
18
#include <stdbool.h>
19
20
sds
mympd_api_database_update
(
struct
t_partition_state
*partition_state, sds buffer,
enum
mympd_cmd_ids
cmd_id,
unsigned
request_id, sds path);
21
22
#endif
mympd_api_database_update
sds mympd_api_database_update(struct t_partition_state *partition_state, sds buffer, enum mympd_cmd_ids cmd_id, unsigned request_id, sds path)
Definition
database.c:29
api.h
myMPD API handling
mympd_cmd_ids
mympd_cmd_ids
Definition
api.h:265
mympd_state.h
Central myMPD state for the mympd_api thread.
t_partition_state
Definition
mympd_state.h:114
src
mympd_api
database.h
Generated by
1.9.8