aboutsummaryrefslogtreecommitdiff
path: root/sdk-modifications/libsrc/fs/fatdir_ex.h
blob: fbac46f62d020e7794a19f5392a8189fdddce3e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _FATDIR_EX_H_
#define _FATDIR_EX_H_

#include "fatdir.h"	

#ifdef __cplusplus
extern "C" {
#endif

int dirnextl (DIR_ITER *dirState, char *filename, char *longFilename, struct stat *filestat);
int renamex( const char *oldName, const char *newName );

#ifdef __cplusplus
}
#endif


#endif//_FATDIR_EX_H_