diff options
Diffstat (limited to 'sysctl.h')
-rw-r--r-- | sysctl.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sysctl.h b/sysctl.h new file mode 100644 index 0000000..2f88f0a --- /dev/null +++ b/sysctl.h @@ -0,0 +1,7 @@ +#ifndef SYSCTL_H +#define SYSCTL_H + +int sysctl_set_int(const char *file, int value); +int sysctl_get_int(const char *file, int *value); + +#endif |