1
0
mirror of https://github.com/systemd/systemd synced 2024-07-09 04:26:06 +00:00
systemd/src/coredump/coredump-vacuum.h
2020-11-09 13:23:58 +09:00

8 lines
184 B
C

/* 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);