aboutsummaryrefslogtreecommitdiff
path: root/lib/cfg.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cfg.h')
-rw-r--r--lib/cfg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/cfg.h b/lib/cfg.h
index f548de27..42345f86 100644
--- 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);