mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
7 lines
126 B
C
7 lines
126 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
extern const char* const systemd_features;
|
|
|
|
int version(void);
|