mirror of https://github.com/rd235/cado
9 lines
167 B
C
9 lines
167 B
C
|
#ifndef CAP_FROM_NAMEX_H
|
||
|
#define CAP_FROM_NAMEX_H
|
||
|
#include <sys/capability.h>
|
||
|
#include <stdint.h>
|
||
|
|
||
|
int capset_from_namelist(char *namelist, uint64_t *capset);
|
||
|
|
||
|
#endif
|