diff options
Diffstat (limited to 'util/libreboot-utils/include/common.h')
| -rw-r--r-- | util/libreboot-utils/include/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/libreboot-utils/include/common.h b/util/libreboot-utils/include/common.h index a632b993..e73f46e7 100644 --- a/util/libreboot-utils/include/common.h +++ b/util/libreboot-utils/include/common.h @@ -497,6 +497,8 @@ const char *getnvmprogname(void); /* libc hardening */ +int new_tmpfile_at(int dirfd, struct stat *st_dir, + int *fd, char **name); int new_tmpfile(int *fd, char **path); int new_tmpdir(int *fd, char **path); int new_tmp_common(int *fd, char **path, int type); |
