From 04b28be1a306fd2ba454d3ee333d63df71aa3873 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Wed, 21 May 2014 15:55:02 +0200 Subject: sd-dhcp: option_append - support falling back to 'sname' and 'file' --- src/libsystemd-network/dhcp-internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libsystemd-network/dhcp-internal.h') diff --git a/src/libsystemd-network/dhcp-internal.h b/src/libsystemd-network/dhcp-internal.h index 56423a2cce..76d357a6ed 100644 --- a/src/libsystemd-network/dhcp-internal.h +++ b/src/libsystemd-network/dhcp-internal.h @@ -36,7 +36,7 @@ int dhcp_network_send_raw_socket(int s, const union sockaddr_union *link, int dhcp_network_send_udp_socket(int s, be32_t address, uint16_t port, const void *packet, size_t len); -int dhcp_option_append(uint8_t options[], size_t size, size_t *offset, +int dhcp_option_append(DHCPMessage *message, size_t size, size_t *offset, uint8_t overload, uint8_t code, size_t optlen, const void *optval); typedef int (*dhcp_option_cb_t)(uint8_t code, uint8_t len, @@ -46,7 +46,7 @@ int dhcp_option_parse(DHCPMessage *message, size_t len, dhcp_option_cb_t cb, void *user_data); int dhcp_message_init(DHCPMessage *message, uint8_t op, uint32_t xid, uint8_t type, - uint8_t options[], size_t optlen, size_t *optoffset); + size_t optlen, size_t *optoffset); uint16_t dhcp_packet_checksum(void *buf, size_t len); -- cgit v1.2.3-54-g00ecf