1.1 --- a/libfsserver/include/fsserver/ext2_file_opener.h Tue Jan 04 23:27:53 2022 +0100
1.2 +++ b/libfsserver/include/fsserver/ext2_file_opener.h Tue Jan 04 23:43:56 2022 +0100
1.3 @@ -62,6 +62,10 @@
1.4 virtual long make_directory_accessor(const char *path, flags_t flags,
1.5 fileid_t fileid,
1.6 DirectoryAccessor **accessor);
1.7 +
1.8 + virtual long remove_object(const char *path, fileid_t fileid);
1.9 +
1.10 + virtual long unlink_object(const char *path, fileid_t fileid);
1.11 };
1.12
1.13 // vim: tabstop=4 expandtab shiftwidth=4