Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions src/manage.h
Original file line number Diff line number Diff line change
Expand Up @@ -2954,15 +2954,6 @@ delete_permissions_cache_for_user (user_t);
int
init_role_iterator (iterator_t *, get_data_t *);

int
copy_role (const char *, const char *, const char *, role_t *);

int
create_role (const char *, const char *, const char *, role_t *);

int
delete_role (const char *, int);

char*
role_uuid (role_t);

Expand Down
9 changes: 9 additions & 0 deletions src/manage_roles.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,13 @@ trash_role_in_use (role_t);
int
role_in_use (role_t);

int
copy_role (const char *, const char *, const char *, role_t *);

int
create_role (const char *, const char *, const char *, role_t *);

int
delete_role (const char *, int);

#endif /* not _GVMD_MANAGE_ROLES_H */
Loading
Loading