mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 21:25:19 -05:00
added x11_readdir() proto
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@490 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
dd67452f89
commit
48521063ce
1 changed files with 1 additions and 0 deletions
|
|
@ -39,4 +39,5 @@
|
||||||
#include "../../firmware/common/dir.h"
|
#include "../../firmware/common/dir.h"
|
||||||
|
|
||||||
extern DIR *x11_opendir(char *name);
|
extern DIR *x11_opendir(char *name);
|
||||||
|
extern struct dirent* x11_readdir(DIR* dir);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue