1
0
mirror of https://github.com/rd235/cado synced 2024-12-27 06:24:11 +01:00
cado/read_conf.h
2016-06-25 14:12:41 +02:00

10 lines
163 B
C

#ifndef READ_CONF_H
#define READ_CONF_H
#include <stdint.h>
uint64_t get_authorized_caps(char **user_groups);
int set_self_capability(uint64_t capset);
#endif