diff options
Diffstat (limited to 'src/shared/data-fd-util.h')
-rw-r--r-- | src/shared/data-fd-util.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/shared/data-fd-util.h b/src/shared/data-fd-util.h new file mode 100644 index 0000000..827e149 --- /dev/null +++ b/src/shared/data-fd-util.h @@ -0,0 +1,7 @@ +/* SPDX-License-Identifier: LGPL-2.1-or-later */ +#pragma once + +#include <stddef.h> + +int acquire_data_fd(const void *data, size_t size, unsigned flags); +int copy_data_fd(int fd); |