summaryrefslogtreecommitdiffstats
path: root/src/wgt-info.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wgt-info.h')
-rw-r--r--src/wgt-info.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wgt-info.h b/src/wgt-info.h
index 4d2007d..50b8ed4 100644
--- a/src/wgt-info.h
+++ b/src/wgt-info.h
@@ -75,4 +75,6 @@ extern struct wgt *wgt_info_wgt(struct wgt_info *ifo);
extern void wgt_info_addref(struct wgt_info *ifo);
extern void wgt_info_unref(struct wgt_info *ifo);
extern void wgt_info_dump(struct wgt_info *ifo, int fd, const char *prefix);
+extern const struct wgt_desc_feature *wgt_info_feature(struct wgt_info *ifo, const char *name);
+extern const char *wgt_info_param(const struct wgt_desc_feature *feature, const char *name);