summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/dhcp-client-internal.h
diff options
context:
space:
mode:
authorSusant Sahani <ssahani@vmware.com>2019-09-26 20:06:02 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-10-15 00:14:02 +0900
commitcb29c1560515f758e6122d111e82ab302b805671 (patch)
treebf08bf944ab07d4ecb0db448ca17594c44ba239c /src/libsystemd-network/dhcp-client-internal.h
parent349176ae6c095725ddc11599dd03c7f16a5bb099 (diff)
downloadsystemd-cb29c1560515f758e6122d111e82ab302b805671.tar.gz
network: DHCPv4 client: add support to send arbitary option and data
Diffstat (limited to 'src/libsystemd-network/dhcp-client-internal.h')
-rw-r--r--src/libsystemd-network/dhcp-client-internal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libsystemd-network/dhcp-client-internal.h b/src/libsystemd-network/dhcp-client-internal.h
new file mode 100644
index 0000000000..2c48d095f4
--- /dev/null
+++ b/src/libsystemd-network/dhcp-client-internal.h
@@ -0,0 +1,4 @@
+/* SPDX-License-Identifier: LGPL-2.1+ */
+#pragma once
+
+extern const struct hash_ops dhcp_option_hash_ops;