myMPD
Internal API documentation
Loading...
Searching...
No Matches
mympd_api_handler.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_HANDLER_H
12
#define MYMPD_API_HANDLER_H
13
14
#include "
src/lib/api.h
"
15
#include "
src/lib/mympd_state.h
"
16
17
void
mympd_api_handler
(
struct
t_mympd_state
*mympd_state,
struct
t_partition_state
*partition_state,
struct
t_work_request
*request);
18
#endif
api.h
myMPD API handling
mympd_api_handler
void mympd_api_handler(struct t_mympd_state *mympd_state, struct t_partition_state *partition_state, struct t_work_request *request)
Definition
mympd_api_handler.c:87
mympd_state.h
Central myMPD state for the mympd_api thread.
t_mympd_state
Definition
mympd_state.h:215
t_partition_state
Definition
mympd_state.h:114
t_work_request
Definition
api.h:312
src
mympd_api
mympd_api_handler.h
Generated by
1.9.8