AsterFS: přidána deklarace asterfs_sync do veřejného rozhraní
This commit is contained in:
@@ -35,6 +35,7 @@ int asterfs_remove_dir(const char *name);
|
||||
int asterfs_write_file(const char *name, const u8 *data, u16 len);
|
||||
int asterfs_read_file(const char *name, u8 *out, u16 max_len);
|
||||
int asterfs_get_type(const char *name);
|
||||
int asterfs_sync(void);
|
||||
void asterfs_list(void (*cb)(const char *name, u8 is_dir, u16 size));
|
||||
void asterfs_list_dir(const char *path, void (*cb)(const char *name, u8 is_dir, u16 size));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user