Merge pull request #89 from grissiom/dfs-misc-fix
add missing dfs_mkfs prototype in dfs_fs.h
This commit is contained in:
commit
2ef9d91913
|
@ -93,6 +93,7 @@ extern char working_directory[];
|
||||||
|
|
||||||
void dfs_lock(void);
|
void dfs_lock(void);
|
||||||
void dfs_unlock(void);
|
void dfs_unlock(void);
|
||||||
|
int dfs_mkfs(const char *fs_name, const char *device_name);
|
||||||
int dfs_statfs(const char *path, struct statfs *buffer);
|
int dfs_statfs(const char *path, struct statfs *buffer);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue