summaryrefslogtreecommitdiff
path: root/sysctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysctl.h')
-rw-r--r--sysctl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysctl.h b/sysctl.h
index 2f88f0a..332380b 100644
--- a/sysctl.h
+++ b/sysctl.h
@@ -1,6 +1,8 @@
#ifndef SYSCTL_H
#define SYSCTL_H
+#define SYSCTL_PROC_PATH "/proc/sys/"
+
int sysctl_set_int(const char *file, int value);
int sysctl_get_int(const char *file, int *value);