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
1 change: 1 addition & 0 deletions src/gmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
#include "manage_filters.h"
#include "manage_groups.h"
#include "manage_oci_image_targets.h"
#include "manage_permissions.h"
#include "manage_port_lists.h"
#include "manage_report_configs.h"
#include "manage_report_formats.h"
Expand Down
3 changes: 0 additions & 3 deletions src/manage.h
Original file line number Diff line number Diff line change
Expand Up @@ -2894,9 +2894,6 @@ create_permission (const char *, const char *, const char *, const char *,
int
copy_permission (const char*, const char *, permission_t *);

char*
permission_uuid (permission_t);

int
permission_in_use (permission_t);

Expand Down
5 changes: 5 additions & 0 deletions src/manage_permissions.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
#ifndef _GVMD_MANAGE_PERMISSIONS_H
#define _GVMD_MANAGE_PERMISSIONS_H

#include "manage_resources.h"

int
permission_is_admin (const char *);

char *
permission_uuid (permission_t);

#endif /* not _GVMD_MANAGE_PERMISSIONS_H */
Loading
Loading