diff options
author | José Bollo <jose.bollo@iot.bzh> | 2015-12-08 14:44:38 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2015-12-08 14:44:38 +0100 |
commit | 381842f4c264e5946ad964f43608f7e543fbcb19 (patch) | |
tree | 8da99034ead205ca52c0ade46da51e25d6f9a657 /wgt.h | |
parent | 7fc1ab01c2309d3078e3d66cfff05bf27fdad26f (diff) |
work relatively to a root directory
Change-Id: I7cbb96bd3f699092ddfded8cc8893ec780a97d8c
Diffstat (limited to 'wgt.h')
-rw-r--r-- | wgt.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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_[]; |