summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/dhcp6-internal.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-02-06 14:18:44 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-02-14 14:43:45 +0900
commite5b0b87f516007405ed23849d74348ecca024dd3 (patch)
tree653272bb45e6c08734196451617ef9fc001371c9 /src/libsystemd-network/dhcp6-internal.h
parent4b0f27173c25ec21f1181ee3d438d413d4e4dd6c (diff)
downloadsystemd-e5b0b87f516007405ed23849d74348ecca024dd3.tar.gz
sd-dhcp6-client: introduce dhcp6_ia_free()
Diffstat (limited to 'src/libsystemd-network/dhcp6-internal.h')
-rw-r--r--src/libsystemd-network/dhcp6-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd-network/dhcp6-internal.h b/src/libsystemd-network/dhcp6-internal.h
index 7ceb3a8b28..131922b658 100644
--- a/src/libsystemd-network/dhcp6-internal.h
+++ b/src/libsystemd-network/dhcp6-internal.h
@@ -101,7 +101,7 @@ int dhcp6_option_parse_ia(
uint16_t option_code,
size_t option_data_len,
const uint8_t *option_data,
- DHCP6IA *ret);
+ DHCP6IA **ret);
int dhcp6_option_parse_addresses(
const uint8_t *optval,
size_t optlen,