diff options
| author | Roy Marples <roy@marples.name> | 2020-05-10 12:19:59 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2020-05-10 12:19:59 +0100 |
| commit | 1608a3170735cc697625b2d472286ba95fc88a91 (patch) | |
| tree | cb279ed101c8eed6c078d41b1bdfe75b514c2aef /src/privsep-root.h | |
| parent | 606f8a3f1b826d36404aa5d79144ad1091a58976 (diff) | |
| download | dhcpcd-1608a3170735cc697625b2d472286ba95fc88a91.tar.xz | |
privsep: Add function for indirect ioctl
Diffstat (limited to 'src/privsep-root.h')
| -rw-r--r-- | src/privsep-root.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/privsep-root.h b/src/privsep-root.h index 46608792..27a481a6 100644 --- a/src/privsep-root.h +++ b/src/privsep-root.h @@ -44,6 +44,8 @@ ssize_t ps_root_os(struct ps_msghdr *, struct msghdr *); ssize_t ps_root_route(struct dhcpcd_ctx *, void *, size_t); ssize_t ps_root_ioctllink(struct dhcpcd_ctx *, unsigned long, void *, size_t); ssize_t ps_root_ioctl6(struct dhcpcd_ctx *, unsigned long, void *, size_t); +ssize_t ps_root_indirectioctl(struct dhcpcd_ctx *, unsigned long, const char *, + void *, size_t); #endif #ifdef __linux__ ssize_t ps_root_sendnetlink(struct dhcpcd_ctx *, int, struct msghdr *); |
