mirror of
https://github.com/systemd/systemd.git
synced 2026-07-16 20:40:56 +00:00
5 lines
112 B
C
5 lines
112 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
int dm_deferred_remove_cancel(const char *name);
|