forked from len0rd/rockbox
make the proto match the one used in rockbox
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6008 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
74826dd158
commit
1ceb575c8a
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ typedef void * MYDIR;
|
|||
extern MYDIR *sim_opendir(const char *name);
|
||||
extern struct sim_dirent* sim_readdir(MYDIR* dir);
|
||||
extern int sim_closedir(MYDIR *dir);
|
||||
extern int sim_mkdir(char *name, int mode);
|
||||
extern int sim_mkdir(const char *name, int mode);
|
||||
extern int sim_rmdir(char *name);
|
||||
|
||||
#define DIR MYDIR
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue