forked from len0rd/rockbox
Hopefully fix most of the errors and warnings from the last push
Change-Id: I1a466b2d55f120796910039a0296ca324c58e891
This commit is contained in:
parent
17a007bc60
commit
f3d60aea34
8 changed files with 33 additions and 10 deletions
|
|
@ -63,6 +63,7 @@ bool os_file_exists(const char *ospath);
|
|||
#define _FILESYSTEM_HOSTED__DIR_H_
|
||||
|
||||
#ifndef OSFUNCTIONS_DECLARED
|
||||
int os_opendirfd(const char *osdirname);
|
||||
int os_opendir_and_fd(const char *osdirname, OS_DIR_T **osdirpp,
|
||||
int *osfdp);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue