summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-dhcp-common.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-04-09 13:11:33 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-04-21 13:56:58 +0200
commitcde74a65c1b71d322a2fe3984c3fea446ca5a295 (patch)
tree7b770bb5b23d57b0e9601a66cdeaf3ccb77b1c3d /src/network/networkd-dhcp-common.h
parentMerge pull request #19344 from yuwata/network-route-metric-19028 (diff)
downloadsystemd-cde74a65c1b71d322a2fe3984c3fea446ca5a295.tar.xz
systemd-cde74a65c1b71d322a2fe3984c3fea446ca5a295.zip
network: move dhcp related conf parsers to networkd-dhcp-common.c
Diffstat (limited to 'src/network/networkd-dhcp-common.h')
-rw-r--r--src/network/networkd-dhcp-common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/network/networkd-dhcp-common.h b/src/network/networkd-dhcp-common.h
index acf80e6255..23baef9246 100644
--- a/src/network/networkd-dhcp-common.h
+++ b/src/network/networkd-dhcp-common.h
@@ -1,6 +1,8 @@
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once
+#include <netinet/in.h>
+
#include "conf-parser.h"
#include "dhcp-identifier.h"
#include "time-util.h"
@@ -69,3 +71,5 @@ CONFIG_PARSER_PROTOTYPE(config_parse_section_route_table);
CONFIG_PARSER_PROTOTYPE(config_parse_dhcp_user_or_vendor_class);
CONFIG_PARSER_PROTOTYPE(config_parse_dhcp_send_option);
CONFIG_PARSER_PROTOTYPE(config_parse_dhcp_request_options);
+CONFIG_PARSER_PROTOTYPE(config_parse_duid_type);
+CONFIG_PARSER_PROTOTYPE(config_parse_duid_rawdata);