xenserver: Factor out XAPI interactions in interface-reconfigure.
[openvswitch] / lib / cfg.h
index f548de27f75da6d7aa1e869fad6e63910620732d..42345f86b155a4b07badf415541396f728a5d4fc 100644 (file)
--- a/lib/cfg.h
+++ b/lib/cfg.h
@@ -63,6 +63,8 @@ void cfg_add_entry(const char *key, ...) PRINTF_FORMAT(1, 2);
 void cfg_del_entry(const char *key, ...) PRINTF_FORMAT(1, 2);
 void cfg_del_section(const char *key, ...) PRINTF_FORMAT(1, 2);
 void cfg_del_match(const char *pattern, ...) PRINTF_FORMAT(1, 2);
+void cfg_get_matches(struct svec *svec, const char *pattern, ...)
+    PRINTF_FORMAT(2, 3);
 void cfg_get_section(struct svec *svec, const char *key, ...) 
     PRINTF_FORMAT(2, 3);