src/server/daemon/acldata.h

changeset 92
382bff43c6eb
parent 91
fac51f87def0
child 255
b5d15a4a19f5
equal deleted inserted replaced
91:fac51f87def0 92:382bff43c6eb
27 */ 27 */
28 28
29 #ifndef ACLCONF_H 29 #ifndef ACLCONF_H
30 #define ACLCONF_H 30 #define ACLCONF_H
31 31
32 #include <ucx/list.h>
33 #include <ucx/map.h>
34
32 #include "acl.h" 35 #include "acl.h"
33 #include "../config/acl.h" 36 #include "../config/acl.h"
34
35 #include "../ucx/list.h"
36 #include "../ucx/map.h"
37 37
38 #ifdef __cplusplus 38 #ifdef __cplusplus
39 extern "C" { 39 extern "C" {
40 #endif 40 #endif
41 41

mercurial