myMPD
Internal API documentation
Loading...
Searching...
No Matches
shuffle.h
Go to the documentation of this file.
1/*
2 SPDX-License-Identifier: GPL-3.0-or-later
3 myMPD (c) 2018-2026 Juergen Mang <mail@jcgames.de>
4 https://github.com/jcorporation/mympd
5*/
6
10
11#ifndef MYMPD_LIST_SHUFFLE_H
12#define MYMPD_LIST_SHUFFLE_H
13
14#include <stdbool.h>
15
16struct t_list;
17
18bool list_shuffle(struct t_list *l);
19
20#endif
bool list_shuffle(struct t_list *l)
Definition shuffle.c:23
Definition list.h:33