From 32594889bfbf808bf5745e9186e332118e04c6cc Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Sun, 21 Apr 2019 12:42:38 +0200 Subject: [PATCH] libnm: add missing NM_AVAILABLE_IN_1_18 markers to nm_ip_routing_rule_*() API --- libnm-core/nm-setting-ip-config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libnm-core/nm-setting-ip-config.h b/libnm-core/nm-setting-ip-config.h index 09b80f72a9..76a94914f3 100644 --- a/libnm-core/nm-setting-ip-config.h +++ b/libnm-core/nm-setting-ip-config.h @@ -294,11 +294,13 @@ typedef enum { /*< flags >*/ NM_IP_ROUTING_RULE_AS_STRING_FLAGS_VALIDATE = 0x4, } NMIPRoutingRuleAsStringFlags; +NM_AVAILABLE_IN_1_18 NMIPRoutingRule *nm_ip_routing_rule_from_string (const char *str, NMIPRoutingRuleAsStringFlags to_string_flags, GHashTable *extra_args, GError **error); +NM_AVAILABLE_IN_1_18 char *nm_ip_routing_rule_to_string (const NMIPRoutingRule *self, NMIPRoutingRuleAsStringFlags to_string_flags, GHashTable *extra_args,