]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/shared/sysctl-util.h
tree-wide: drop 'This file is part of systemd' blurb
[thirdparty/systemd.git] / src / shared / sysctl-util.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5 Copyright 2011 Lennart Poettering
6 ***/
7
8 char *sysctl_normalize(char *s);
9 int sysctl_read(const char *property, char **value);
10 int sysctl_write(const char *property, const char *value);
11