myMPD
Internal API documentation
Loading...
Searching...
No Matches
cache_disk.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_CACHE_DISK_H
12#define MYMPD_CACHE_DISK_H
13
14#include "src/lib/config_def.h"
15
16#include <stdbool.h>
17
25
26void cache_disk_clear(struct t_config *config);
27void cache_disk_crop(struct t_config *config);
28
29#endif
void cache_disk_clear(struct t_config *config)
Definition cache_disk.c:34
void cache_disk_crop(struct t_config *config)
Definition cache_disk.c:46
cache_disk_conf
Definition cache_disk.h:21
@ CACHE_DISK_DISABLED
Cache is disbled.
Definition cache_disk.h:23
@ CACHE_DISK_NO_PRUNE
Do not prune the cache.
Definition cache_disk.h:22
Centtral myMPD configuration definitions.
Definition config_def.h:40