mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
7 lines
130 B
C
7 lines
130 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
#include "forward.h"
|
|
|
|
int capsule_name_is_valid(const char *name);
|