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
20sds 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
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
myMPD API handling
mympd_cmd_ids
Definition api.h:265
Central myMPD state for the mympd_api thread.
Definition mympd_state.h:114