summaryrefslogtreecommitdiffstats
path: root/wgt.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2015-12-08 14:44:38 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2015-12-08 14:44:38 +0100
commit381842f4c264e5946ad964f43608f7e543fbcb19 (patch)
tree8da99034ead205ca52c0ade46da51e25d6f9a657 /wgt.h
parent7fc1ab01c2309d3078e3d66cfff05bf27fdad26f (diff)
work relatively to a root directory
Change-Id: I7cbb96bd3f699092ddfded8cc8893ec780a97d8c
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_[];