Adding delete_file().

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2022-09-29 09:05:39 +02:00
parent c5095dfec6
commit 27d897be6c
2 changed files with 11 additions and 0 deletions

View File

@@ -118,6 +118,7 @@ extern bool isUserAuthenticated;
extern int meta_find(uint16_t, uint8_t **out);
extern int meta_delete(uint16_t fid);
extern int meta_add(uint16_t fid, const uint8_t *data, uint16_t len);
extern int delete_file(file_t *ef);
#endif