1
0
mirror of https://github.com/rd235/cado synced 2024-12-28 14:59:58 +01:00
cado/include/capset_from_namelist.h

9 lines
167 B
C
Raw Normal View History

2016-06-25 14:12:41 +02:00
#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