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
16
struct
t_list
;
17
18
bool
list_shuffle
(
struct
t_list
*l);
19
20
#endif
list_shuffle
bool list_shuffle(struct t_list *l)
Definition
shuffle.c:23
t_list
Definition
list.h:33
src
lib
list
shuffle.h
Generated by
1.15.0