summaryrefslogtreecommitdiff
path: root/src/network/networkd-dhcp-server.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-05-14 16:52:42 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-05-18 20:19:37 +0900
commitc9f2db2c408d728f1a21f6951a8115470504bd0b (patch)
tree0a229e323b968531bc2059ab50a5a3417ca008cd /src/network/networkd-dhcp-server.h
parentcf0747725ddb96cd664ea1f9b169febfa53d1615 (diff)
downloadsystemd-c9f2db2c408d728f1a21f6951a8115470504bd0b.tar.gz
network: use config_parse_in_addr_non_null()
Diffstat (limited to 'src/network/networkd-dhcp-server.h')
-rw-r--r--src/network/networkd-dhcp-server.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/network/networkd-dhcp-server.h b/src/network/networkd-dhcp-server.h
index 7a1e3a5173..e8c8f192f3 100644
--- a/src/network/networkd-dhcp-server.h
+++ b/src/network/networkd-dhcp-server.h
@@ -10,5 +10,4 @@ typedef struct Link Link;
int dhcp4_server_configure(Link *link);
CONFIG_PARSER_PROTOTYPE(config_parse_dhcp_server_relay_agent_suboption);
-CONFIG_PARSER_PROTOTYPE(config_parse_dhcp_server_relay_target);
CONFIG_PARSER_PROTOTYPE(config_parse_dhcp_server_emit);