mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-05 07:06:17 +00:00
8 lines
220 B
C
8 lines
220 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
#include <stddef.h>
|
|
|
|
int encode_devnode_name(const char *str, char *str_enc, size_t len);
|
|
int allow_listed_char_for_devnode(char c, const char *additional);
|