bpf: use Linux' define of BPF_MAXINSNS
[netsniff-ng.git] / privs.h
blob9f9cfdd0626dee927ca26138809eec7a8daf7a38
1 #ifndef PRIVS_H
2 #define PRIVS_H
4 #include <stdbool.h>
6 extern void drop_privileges(bool enforce, uid_t uid, gid_t gid);
8 #endif /* PRIVS_H */