From b8ababa2beb1b5466b6ba2062e52be36a73d654e Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 22 Mar 2026 19:27:37 +0000 Subject: WIP: split out rand fill on mkhtemp Signed-off-by: Leah Rowe --- util/nvmutil/include/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'util/nvmutil/include/common.h') 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); -- cgit v1.2.1