Browse Source

small change to rbac role ... this still is not really even started

v0.1.8
Georg Hopp 12 years ago
parent
commit
b20f07df57
  1. 7
      include/rbac/role.h

7
include/rbac/role.h

@ -26,12 +26,15 @@
#include <sys/types.h>
#include "class.h"
#include "ebac/permission.h"
#include "storage/storage.h"
CLASS(RbacRole) {
char * name;
size_t nname;
char * name;
size_t nname;
RbacPermission * permissions;
};
#endif // __RBAC_ROLE_H__

Loading…
Cancel
Save