Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v241-rc1
/
.
/
src
/
shared
/
sysctl-util.h
blob: fd7c78b2b8d5869866bb7a8c6469a4688c653ad6 [
file
] [
log
] [
blame
] [
raw
]
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma
once
char
*
sysctl_normalize
(
char
*
s
);
int
sysctl_read
(
const
char
*
property
,
char
**
value
);
int
sysctl_write
(
const
char
*
property
,
const
char
*
value
);