summaryrefslogtreecommitdiff
path: root/cli/spdxtool/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'cli/spdxtool/util.h')
-rw-r--r--cli/spdxtool/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/spdxtool/util.h b/cli/spdxtool/util.h
index e39c173e64c5..645d93a5a8e9 100644
--- a/cli/spdxtool/util.h
+++ b/cli/spdxtool/util.h
@@ -49,6 +49,7 @@ typedef struct spdxtool_core_spdx_document
pkgconf_list_t rootElement;
pkgconf_list_t relationships;
pkgconf_list_t packages;
+ pkgconf_list_t maintainers;
} spdxtool_core_spdx_document_t;
typedef struct spdxtool_software_sbom_
@@ -76,6 +77,7 @@ typedef struct spdxtool_core_relationship_
char *from;
pkgconf_list_t *to;
char *relationship_type;
+ char *scope;
} spdxtool_core_relationship_t;
void