summaryrefslogtreecommitdiff
path: root/util/nvmutil/include
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-22 19:27:37 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-22 19:27:37 +0000
commitb8ababa2beb1b5466b6ba2062e52be36a73d654e (patch)
treed284f3579f93d45eb820c2b8e58be0b7fe389a11 /util/nvmutil/include
parent535ab29debb15cdaa4c35de4938b6f3d3ed073b9 (diff)
WIP: split out rand fill on mkhtemp
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil/include')
-rw-r--r--util/nvmutil/include/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/nvmutil/include/common.h b/util/nvmutil/include/common.h
index cb148368..d433197d 100644
--- a/util/nvmutil/include/common.h
+++ b/util/nvmutil/include/common.h
@@ -482,6 +482,7 @@ char *new_tmplate(int *fd, int local, const char *path);
int mkhtemp(int *fd, struct stat *st,
char *template, int dirfd, const char *fname,
struct stat *st_dir_initial);
+int mkhtemp_fill_random(char *p, size_t xc);
int world_writeable_and_sticky(const char *s,
int sticky_allowed, int always_sticky);
int same_dir(const char *a, const char *b);