blob: 8ea002a0c21127ee039808b02d81aba5403e354e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
/***
This file is part of systemd.
Copyright 2016 Lennart Poettering
***/
#include "sd-id128.h"
int stub_pid1(sd_id128_t uuid);
|