myMPD
Internal API documentation
Loading...
Searching...
No Matches
pictures.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_PICTURES_H
12#define MYMPD_API_PICTURES_H
13
14#include "dist/sds/sds.h"
15
16sds mympd_api_settings_picture_list(sds workdir, sds buffer, unsigned request_id, sds subdir);
17
18#endif
sds mympd_api_settings_picture_list(sds workdir, sds buffer, unsigned request_id, sds subdir)
Definition pictures.c:33