mirror of
https://github.com/systemd/systemd.git
synced 2026-07-26 19:29:58 +00:00
7 lines
123 B
C
7 lines
123 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
#include <stdbool.h>
|
|
|
|
bool version_is_valid(const char *s);
|