mirror of
https://github.com/rd235/cado
synced 2024-12-27 06:24:11 +01:00
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
|