summaryrefslogtreecommitdiffstats
path: root/src/shared/conf-parser.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-11-04 17:34:11 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-11-09 13:39:09 +0100
commit99628f363b509dc034937287985ebb665925ce14 (patch)
treeed6ab3a948c9502fd10ba6955ae57388f4ebc88a /src/shared/conf-parser.h
parentether-addr-util: introduce {hw,ether}_addr_hash_ops_free (diff)
downloadsystemd-99628f363b509dc034937287985ebb665925ce14.tar.xz
systemd-99628f363b509dc034937287985ebb665925ce14.zip
conf-parser: introduce config_parse_hw_addr() and config_parse_hw_addrs()
Diffstat (limited to 'src/shared/conf-parser.h')
-rw-r--r--src/shared/conf-parser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/conf-parser.h b/src/shared/conf-parser.h
index eff0e2712b..63b749d42a 100644
--- a/src/shared/conf-parser.h
+++ b/src/shared/conf-parser.h
@@ -149,6 +149,8 @@ CONFIG_PARSER_PROTOTYPE(config_parse_ip_port);
CONFIG_PARSER_PROTOTYPE(config_parse_mtu);
CONFIG_PARSER_PROTOTYPE(config_parse_rlimit);
CONFIG_PARSER_PROTOTYPE(config_parse_vlanprotocol);
+CONFIG_PARSER_PROTOTYPE(config_parse_hw_addr);
+CONFIG_PARSER_PROTOTYPE(config_parse_hw_addrs);
CONFIG_PARSER_PROTOTYPE(config_parse_ether_addr);
CONFIG_PARSER_PROTOTYPE(config_parse_ether_addrs);
CONFIG_PARSER_PROTOTYPE(config_parse_in_addr_non_null);