summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-11-26 18:33:36 -0800
committerMichael Pavone <pavone@retrodev.com>2017-11-26 18:33:36 -0800
commitc9b253c58788376865cc8768ba342a67b4758bcf (patch)
tree39adf638ea96e87a36cc3b9972a3f9fded77eb3d /config.h
parent3c9268353c943b32ca517945c42dfb8c0b8484f8 (diff)
Filter file list in Nuklear UI
--HG-- branch : nuklear_ui
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index c24037e..9224606 100644
--- a/config.h
+++ b/config.h
@@ -10,6 +10,7 @@
tern_node *parse_config_file(char *config_path);
tern_node *parse_bundled_config(char *config_name);
tern_node *load_config();
+char **get_extension_list(tern_node *config, uint32_t *num_exts_out);
#endif //CONFIG_H_