repo.or.cz
/
netsniff-ng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
doc: readme: give note about what tools are still experimental
[netsniff-ng.git]
/
privs.h
blob
9f9cfdd0626dee927ca26138809eec7a8daf7a38
1
#ifndef PRIVS_H
2
#define PRIVS_H
3
4
#include <stdbool.h>
5
6
extern
void
drop_privileges
(
bool
enforce
,
uid_t uid
,
gid_t gid
);
7
8
#endif
/* PRIVS_H */