diff options
| author | Michael Biebl <biebl@debian.org> | 2025-12-13 13:49:03 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2025-12-13 13:49:03 +0100 |
| commit | b5001976dbff19f014171eed4a482e28ae7ec0f5 (patch) | |
| tree | 64fbd4ff0dd3c92b6e78fa4172c9f57a2b20e1fa /src/libnm-std-aux/nm-std-utils.h | |
| parent | def61b130ab011561ed66a1638a41d59c23b4710 (diff) | |
| parent | 6de29285e533f4fec22a219013f3687edb6b7399 (diff) | |
Update upstream source from tag 'upstream/1.54.3'
Update to upstream version '1.54.3' with Debian dir 29de9f9896550eb82236dfd0adfd428a49c51043
Diffstat (limited to 'src/libnm-std-aux/nm-std-utils.h')
| -rw-r--r-- | src/libnm-std-aux/nm-std-utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libnm-std-aux/nm-std-utils.h b/src/libnm-std-aux/nm-std-utils.h index 015444c9..04c61c30 100644 --- a/src/libnm-std-aux/nm-std-utils.h +++ b/src/libnm-std-aux/nm-std-utils.h @@ -37,4 +37,8 @@ size_t nm_utils_get_next_realloc_size(bool true_realloc, size_t requested); const char *_nm_strerror_r(int errsv, char *buf, size_t buf_size); +bool nm_utils_set_effective_user(const char *user, char *errbuf, size_t errbuf_size); + +bool nm_utils_read_file_to_stdout(const char *filename, char *errbuf, size_t errbuf_len); + #endif /* __NM_STD_UTILS_H__ */ |