diff options
author | Thomas Haller <thaller@redhat.com> | 2020-04-24 09:15:59 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-04-24 10:13:33 +0200 |
commit | feb7d7a212df6b29bbc97865f08ce840a9e2ad94 (patch) | |
tree | 65ccd64615abecee1f11202d78c2651ae00b30b9 /src/systemd/sd-dhcp6-client.h | |
parent | c13f4643f4326b007a7baf85298f03a85ee48a78 (diff) | |
download | systemd-feb7d7a212df6b29bbc97865f08ce840a9e2ad94.tar.gz |
dhcp6: make string argument to sd_dhcp6_client_set_request_mud_url() const
Diffstat (limited to 'src/systemd/sd-dhcp6-client.h')
-rw-r--r-- | src/systemd/sd-dhcp6-client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd/sd-dhcp6-client.h b/src/systemd/sd-dhcp6-client.h index 42d4ec752c..091f8287ec 100644 --- a/src/systemd/sd-dhcp6-client.h +++ b/src/systemd/sd-dhcp6-client.h @@ -123,7 +123,7 @@ int sd_dhcp6_client_set_request_option( uint16_t option); int sd_dhcp6_client_set_request_mud_url( sd_dhcp6_client *client, - char *mudurl); + const char *mudurl); int sd_dhcp6_client_set_prefix_delegation_hint( sd_dhcp6_client *client, uint8_t prefixlen, |