X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plat.h;fp=plat.h;h=03949d6deb9f7af73802e4e26c8e883cf4495112;hb=a23a278d1ef19ca2adbe23f56defe006d5433e32;hp=d48a5412f1304fb3bce64355920e2aa399ab44aa;hpb=68c85e2a0bc59b51c520e5dd97cd14fd795a9a5d;p=libpicofe.git diff --git a/plat.h b/plat.h index d48a541..03949d6 100644 --- a/plat.h +++ b/plat.h @@ -107,6 +107,9 @@ int plat_get_root_dir(char *dst, int len); /* return the dir/ where skin files are found */ int plat_get_skin_dir(char *dst, int len); +/* return the top level dir for image files */ +int plat_get_data_dir(char *dst, int len); + int plat_is_dir(const char *path); int plat_wait_event(int *fds_hnds, int count, int timeout_ms); void plat_sleep_ms(int ms);