]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/nspawn/nspawn-stub-pid1.h
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / nspawn / nspawn-stub-pid1.h
index 36c1aaf5dd9c4ef9abddb34de6575a3f489c04ff..fef2252e2295fe06041e247e14c3493a84d46038 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: LGPL-2.1+ */
 #pragma once
 
 /***
@@ -19,4 +20,6 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-int stub_pid1(void);
+#include "sd-id128.h"
+
+int stub_pid1(sd_id128_t uuid);