]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/test/test-helper.h
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / test / test-helper.h
index c0f6a91787a1b7063faa182c45122b5d953df032..1ee93f5c55d22691a643bc527fd7b16d7131c997 100644 (file)
@@ -1,5 +1,4 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
+/* SPDX-License-Identifier: LGPL-2.1+ */
 #pragma once
 
 /***
@@ -41,3 +40,5 @@
                -ENOENT,                                         \
                -ENOMEDIUM /* cannot determine cgroup */         \
                )
+
+int enter_cgroup_subroot(void);