myMPD
Internal API documentation
Loading...
Searching...
No Matches
song.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 MPD_WORKER_SONG_H
12#define MPD_WORKER_SONG_H
13
14#include "src/lib/mympd_state.h"
15
16sds mympd_worker_song_fingerprint(struct t_partition_state *partition_state, sds buffer, unsigned request_id, const char *uri);
17#endif
Central myMPD state for the mympd_api thread.
sds mympd_worker_song_fingerprint(struct t_partition_state *partition_state, sds buffer, unsigned request_id, const char *uri)
Definition song.c:26
Definition mympd_state.h:114