summaryrefslogtreecommitdiff
path: root/src/coredump/coredump-vacuum.h
blob: 0db116736cafd42530b785bc36ba1b8503f0e2d7 (plain)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once

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

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