src/server/daemon/acldata.h

changeset 415
d938228c382e
parent 255
b5d15a4a19f5
--- a/src/server/daemon/acldata.h	Wed Nov 02 19:19:01 2022 +0100
+++ b/src/server/daemon/acldata.h	Sun Nov 06 15:53:32 2022 +0100
@@ -29,8 +29,8 @@
 #ifndef ACLCONF_H
 #define	ACLCONF_H
 
-#include <ucx/list.h>
-#include <ucx/map.h>
+#include <cx/list.h>
+#include <cx/map.h>
 
 #include "acl.h"
 #include "../config/acl.h"
@@ -40,12 +40,12 @@
 #endif
     
 typedef struct acl_data {
-    UcxMap  *namedACLs;
+    CxMap  *namedACLs;
 } ACLData;
 
 ACLData* acl_data_new();
 
-ACLList* acl_get(ACLData *acldata, char *name);
+ACLList* acl_get(ACLData *acldata, const char *name);
 
 #ifdef	__cplusplus
 }

mercurial