1
0
mirror of https://github.com/rd235/cado synced 2024-12-27 06:24:11 +01:00
cado/capset_from_namelist.h
2016-06-25 14:12:41 +02: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