This commit is contained in:
MrLetsplay 2022-08-29 15:43:05 +02:00
parent 3f0aa244e3
commit 1614b19183

View File

@ -54,6 +54,7 @@ cdb_error cdb_tableEntryAdd(cdb_transaction transaction, cdb_table table, cdb_da
#define CDB_TABLE_READ (1u)
#define CDB_TABLE_WRITE (1u << 1)
#define CDB_TABLE_MODIFY (1u << 2)
// TODO: more perms
typedef unsigned long cdb_permissions;
typedef struct cdb_user_impl * cdb_user;