summaryrefslogtreecommitdiff
path: root/cli/spdxtool/util.h
diff options
context:
space:
mode:
authorPierre Pronchery <khorben@FreeBSD.org>2026-06-25 22:30:05 +0000
committerPierre Pronchery <khorben@FreeBSD.org>2026-06-29 05:21:48 +0000
commitb0fc1b7a2fe8fcb18ee407227591bf25a86ffbaf (patch)
tree0cc32f86bf808bcf9d79da95db969cd76f0feadb /cli/spdxtool/util.h
parenteaa637963bcfde283b411c14968b7903b02d6aa1 (diff)
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