ifpps: Fix panic when dev name contains "_"
[netsniff-ng.git] / sysctl.h
blob2f88f0aab8196c01353210e5abb97e126cf96e7b
1 #ifndef SYSCTL_H
2 #define SYSCTL_H
4 int sysctl_set_int(const char *file, int value);
5 int sysctl_get_int(const char *file, int *value);
7 #endif