summaryrefslogtreecommitdiff
path: root/src/shared/sysctl-util.h
blob: 33b4fd58dcf129019d32ddfbbcb3891b086d87cc (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once

/***
  Copyright 2011 Lennart Poettering
***/

char *sysctl_normalize(char *s);
int sysctl_read(const char *property, char **value);
int sysctl_write(const char *property, const char *value);