mirror of
https://github.com/systemd/systemd.git
synced 2026-07-12 02:24:15 +00:00
9 lines
148 B
C
9 lines
148 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
#include "forward.h"
|
|
|
|
extern const char* const systemd_features;
|
|
|
|
int version(void);
|