Add path as arg to readfolder();

This commit is contained in:
Such Meme, Many Skill
2019-08-15 00:42:41 +02:00
parent 785303fc15
commit 4d56912384
3 changed files with 15 additions and 13 deletions

View File

@@ -2,4 +2,4 @@
void utils_gfx_init();
void utils_waitforpower();
int readfolder(char *items[], unsigned int *muhbits);
int readfolder(char *items[], unsigned int *muhbits, const char path[]);