summaryrefslogtreecommitdiffstats
path: root/src/shared/sysctl-util.h
blob: fd7c78b2b8d5869866bb7a8c6469a4688c653ad6 (plain)
1
2
3
4
5
6
7
/* 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);