summaryrefslogtreecommitdiffstats
path: root/src/coredump/coredump-vacuum.h
blob: 8ad5bafc15a65ab7f9fee13097752f4d7d23fe85 (plain)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once

#include <inttypes.h>
#include <sys/types.h>

int coredump_vacuum(int exclude_fd, uint64_t keep_free, uint64_t max_use);