usbloadergx/source/listfiles.h

18 lines
229 B
C
Raw Normal View History

#ifndef _LISTFILES_H_
#define _LISTFILES_H_
#ifdef __cplusplus
extern "C"
{
#endif
bool findfile(const char * filename, const char * path);
int GetFiles(char * filespath);
#ifdef __cplusplus
}
#endif
#endif