summaryrefslogtreecommitdiff
path: root/src/network/netdev/ipvlan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/netdev/ipvlan.h')
-rw-r--r--src/network/netdev/ipvlan.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/netdev/ipvlan.h b/src/network/netdev/ipvlan.h
index f181132720..b60587f2b6 100644
--- a/src/network/netdev/ipvlan.h
+++ b/src/network/netdev/ipvlan.h
@@ -38,5 +38,5 @@ IPVlanMode ipvlan_mode_from_string(const char *d) _pure_;
const char *ipvlan_flags_to_string(IPVlanFlags d) _const_;
IPVlanFlags ipvlan_flags_from_string(const char *d) _pure_;
-int config_parse_ipvlan_mode(const char *unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata);
-int config_parse_ipvlan_flags(const char *unit, const char *filename, unsigned line, const char *section, unsigned section_line, const char *lvalue, int ltype, const char *rvalue, void *data, void *userdata);
+CONFIG_PARSER_PROTOTYPE(config_parse_ipvlan_mode);
+CONFIG_PARSER_PROTOTYPE(config_parse_ipvlan_flags);