myMPD
Internal API documentation
Loading...
Searching...
No Matches
api.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_MPD_WORKER_API_H
12#define MYMPD_MPD_WORKER_API_H
13
15
16void mympd_worker_api(struct t_mympd_worker_state *mympd_worker_state);
17#endif
void mympd_worker_api(struct t_mympd_worker_state *mympd_worker_state)
Definition api.c:32
MPD worker state functions.
Definition state.h:20