diff options
Diffstat (limited to 'util/nvmutil/include/common.h')
| -rw-r--r-- | util/nvmutil/include/common.h | 1 |
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); |
