summaryrefslogtreecommitdiffstats
path: root/wgt.h
diff options
context:
space:
mode:
Diffstat (limited to 'wgt.h')
-rw-r--r--wgt.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/wgt.h b/wgt.h
index 63c4bcd..d95e65b 100644
--- a/wgt.h
+++ b/wgt.h
@@ -46,6 +46,13 @@ extern int locales_score(const char *lang);
extern char *locales_locate_file(const char *filename);
/**************************************************************/
+/* from wgt-rootdir */
+
+extern int widget_set_rootdir(const char *pathname);
+extern int widget_has(const char *filename);
+extern int widget_open_read(const char *filename);
+
+/**************************************************************/
/* from wgt-strings */
extern const char _config_xml_[];