1
0
mirror of https://github.com/rd235/cado synced 2024-12-27 22:40:11 +01:00
cado/include/capset_from_namelist.h
2020-01-08 11:19:54 +01:00

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