diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-13 00:35:06 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-13 00:35:06 +0100 |
| commit | b126d01e9687e6509c9d49b1b174c95aee603a89 (patch) | |
| tree | fe05187f4f9c28ef65bf530116c20c05f1a679b8 /fs/fs.h | |
| parent | e3c4f3b03aa77ea19ddf7d982d39871dbdc018c0 (diff) | |
fixing implicit functions!
Diffstat (limited to 'fs/fs.h')
| -rw-r--r-- | fs/fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,5 +15,6 @@ typedef struct fs_dirent_struct uint8_t type; char name[256]; }fs_dirent; +int fs_readdir(const char *name,fs_dirent *dirs,int max); #endif |
