mirror of
https://github.com/systemd/systemd.git
synced 2024-11-06 08:26:52 +03:00
a709a3154d
The function is generally useful, let's split it out so that we can make use of it later on in systemd-homed.
5 lines
97 B
C
5 lines
97 B
C
/* SPDX-License-Identifier: LGPL-2.1+ */
|
|
#pragma once
|
|
|
|
int dm_deferred_remove(const char *name);
|