Changes to file browser

Signed-off-by: Mahyar Koshkouei <deltabeard@users.noreply.github.com>
This commit is contained in:
Mahyar Koshkouei
2017-01-01 13:58:36 +00:00
parent 9920fd1ac3
commit f7fa518294
5 changed files with 92 additions and 33 deletions

View File

@@ -7,6 +7,14 @@
* LICENSE file.
*/
/**
* Get number of files in current working folder
*
* \return Number of files in current working folder, -1 on failure with
* errno set.
*/
int getNumberFiles(void);
/**
* List current directory.
*