uvms/pkgs/ch-proxy/sendfd.h
2026-01-22 14:29:45 +02:00

11 lines
243 B
C

#ifndef _CH_PROXY_SENFD
#define _CH_PROXY_SENFD
#include <stddef.h> /* size_t */
#include <sys/types.h> /* ssize_t */
#include <sys/uio.h> /* iovec */
ssize_t send_fd(int dst_fd, int fd, const struct iovec *);
#endif /* _CH_PROXY_SENFD */